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:
nathan 2023-03-08 11:53:48 -07:00
parent 0492c92352
commit 5ebad31675

View File

@ -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[]