mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +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": "",
|
"defaultContent": "",
|
||||||
"type": "html",
|
"type": "html",
|
||||||
"data": "attributes.lnk__" + sKey,
|
"data": "attributes.lnk__" + sKey,
|
||||||
"className": aColumnProperties.mandatory ? 'mandatory' : '',
|
"className": {$sIsEditable} && aColumnProperties.mandatory ? 'mandatory' : '',
|
||||||
"render": function(data, type, row){
|
"render": function(data, type, row){
|
||||||
var cellElem;
|
var cellElem;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user