N°803 - Allow display & edition of attributes on n:n relations on Portal

- Remove column mandatory information when object is in view mode
This commit is contained in:
Benjamin Dalsass
2023-06-09 10:40:24 +02:00
parent c486aea299
commit 2041a6ad3f

View File

@@ -212,7 +212,7 @@ EOF
"defaultContent": "",
"type": "html",
"data": "attributes.lnk__" + sKey,
"className": aColumnProperties.mandatory ? 'mandatory' : '',
"className": {$sIsEditable} && aColumnProperties.mandatory ? 'mandatory' : '',
"render": function(data, type, row){
var cellElem;