forked from extern/egroupware
Fix description label did not get row value in nextmatch
Fixes projectmanager price list showed "5 / $row_cont[pl_unit]" instead of "5 / h"
This commit is contained in:
parent
ed3494dc26
commit
13e7ff97b6
@ -250,7 +250,7 @@ export class Et2Description extends Et2Widget(LitElement) implements et2_IDetach
|
|||||||
|
|
||||||
getDetachedAttributes(attrs)
|
getDetachedAttributes(attrs)
|
||||||
{
|
{
|
||||||
attrs.push("id", "value", "class", "href");
|
attrs.push("id", "label", "value", "class", "href");
|
||||||
}
|
}
|
||||||
|
|
||||||
getDetachedNodes() : HTMLElement[]
|
getDetachedNodes() : HTMLElement[]
|
||||||
|
Loading…
Reference in New Issue
Block a user