disable users
This commit is contained in:
parent
e1ffaada2b
commit
a79182645e
1 changed files with 5 additions and 1 deletions
|
@ -407,6 +407,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
renderRightsLevel();
|
renderRightsLevel();
|
||||||
|
|
||||||
// User and Groups ---------------------------------------------------------
|
// User and Groups ---------------------------------------------------------
|
||||||
|
if (!isMultiple) {
|
||||||
|
|
||||||
['user', 'groups'].forEach(function(key) {
|
['user', 'groups'].forEach(function(key) {
|
||||||
var $input;
|
var $input;
|
||||||
|
@ -456,7 +457,9 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
.appendTo($statistics);
|
.appendTo($statistics);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
}
|
||||||
// Created and Modified ----------------------------------------------------
|
// Created and Modified ----------------------------------------------------
|
||||||
|
if (!isMultiple) {
|
||||||
|
|
||||||
['created', 'modified'].forEach(function(key) {
|
['created', 'modified'].forEach(function(key) {
|
||||||
$('<div>')
|
$('<div>')
|
||||||
|
@ -468,6 +471,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
.appendTo($statistics);
|
.appendTo($statistics);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
}
|
||||||
// Comments --------------------------------------------------------------------
|
// Comments --------------------------------------------------------------------
|
||||||
|
|
||||||
if (canEdit) {
|
if (canEdit) {
|
||||||
|
|
Loading…
Reference in a new issue