add option to add/remove values to listkeys in batchedit dialog
This commit is contained in:
parent
e7df18f727
commit
b377956a13
3 changed files with 138 additions and 0 deletions
|
|
@ -572,6 +572,13 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
}
|
||||
})
|
||||
.appendTo($element);
|
||||
if (isMixed[key] && Ox.contains(listKeys, key)) {
|
||||
pandora.ui.addRemoveKeyDialog({
|
||||
ids: ui.collectionSelection,
|
||||
key: key,
|
||||
section: ui.section
|
||||
}).appendTo($element)
|
||||
}
|
||||
}
|
||||
});
|
||||
$element.appendTo($text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue