mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
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
0492c92352
commit
5ebad31675
@ -249,7 +249,7 @@ export class Et2Description extends Et2Widget(LitElement) implements et2_IDetach
|
||||
|
||||
getDetachedAttributes(attrs)
|
||||
{
|
||||
attrs.push("id", "value", "class", "href");
|
||||
attrs.push("id", "label", "value", "class", "href");
|
||||
}
|
||||
|
||||
getDetachedNodes() : HTMLElement[]
|
||||
|
Loading…
Reference in New Issue
Block a user