mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user