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 ed3494dc26
commit 13e7ff97b6

View File

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