remove debugging
This commit is contained in:
parent
8a0098ec1f
commit
66c3561328
2 changed files with 0 additions and 3 deletions
|
@ -103,7 +103,6 @@ pandora.ui.editDocumentsDialog = function() {
|
||||||
if (Ox.unique(values).length > 1) {
|
if (Ox.unique(values).length > 1) {
|
||||||
isMixed[key] = true;
|
isMixed[key] = true;
|
||||||
}
|
}
|
||||||
console.log(key, values)
|
|
||||||
data[key] = isMixed[key] ? null
|
data[key] = isMixed[key] ? null
|
||||||
: isArray && values.length ? values[0].split(separator)
|
: isArray && values.length ? values[0].split(separator)
|
||||||
: values[0];
|
: values[0];
|
||||||
|
|
|
@ -939,12 +939,10 @@ pandora.ui.mainMenu = function() {
|
||||||
window.open(document.location.href + '#?print=true', '_blank');
|
window.open(document.location.href + '#?print=true', '_blank');
|
||||||
},
|
},
|
||||||
key_control_shift_e: function() {
|
key_control_shift_e: function() {
|
||||||
console.log('!!', ui.section, pandora.enableBatchEdit(ui.section))
|
|
||||||
if (
|
if (
|
||||||
!pandora.hasDialogOrScreen() &&
|
!pandora.hasDialogOrScreen() &&
|
||||||
pandora.enableBatchEdit(ui.section)
|
pandora.enableBatchEdit(ui.section)
|
||||||
) {
|
) {
|
||||||
console.log('!!>>', ui.section)
|
|
||||||
if (ui.section == 'documents') {
|
if (ui.section == 'documents') {
|
||||||
pandora.ui.editDocumentsDialog().open();
|
pandora.ui.editDocumentsDialog().open();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue