Show a missing attribute as < are > used as html tags

This commit is contained in:
iLLiCiTiT 2021-06-21 19:37:57 +02:00
parent b3701176cb
commit 46f284ed15

View file

@ -402,9 +402,9 @@ class SyncEntitiesFactory:
items = []
items.append({
"type": "label",
"value": "# Can't access Custom attribute <{}>".format(
CUST_ATTR_ID_KEY
)
"value": (
"# Can't access Custom attribute: <b>\"{}\"</b>"
).format(CUST_ATTR_ID_KEY)
})
items.append({
"type": "label",