Compare commits
4 commits
0076aae896
...
0b8ea2d517
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b8ea2d517 | |||
| 115f05625c | |||
| 33b105b9b8 | |||
| f838a6be60 |
4 changed files with 14 additions and 10 deletions
|
|
@ -117,14 +117,6 @@ pandora.ui.addFilesDialog = function(options) {
|
|||
)
|
||||
});
|
||||
} else {
|
||||
selectItems.push({
|
||||
id: 'one',
|
||||
title: Ox._(
|
||||
'Create one {0} with multiple parts',
|
||||
[pandora.site.itemName.singular.toLowerCase()]
|
||||
)
|
||||
});
|
||||
}
|
||||
if (options.items.length > 1) {
|
||||
selectItems.push({
|
||||
id: 'multiple',
|
||||
|
|
@ -134,6 +126,14 @@ pandora.ui.addFilesDialog = function(options) {
|
|||
)
|
||||
});
|
||||
}
|
||||
selectItems.push({
|
||||
id: 'one',
|
||||
title: Ox._(
|
||||
'Create one {0} with multiple parts',
|
||||
[pandora.site.itemName.singular.toLowerCase()]
|
||||
)
|
||||
});
|
||||
}
|
||||
var $select = Ox.Select({
|
||||
items: selectItems,
|
||||
width: 256
|
||||
|
|
|
|||
|
|
@ -47,6 +47,9 @@ pandora.ui.preferencesDialog = function() {
|
|||
validate: pandora.validateNewPassword,
|
||||
width: 320
|
||||
})
|
||||
.attr({
|
||||
autocomplete: 'new-password'
|
||||
})
|
||||
.bindEvent({
|
||||
validate: function(data) {
|
||||
data.valid && pandora.api.editPreferences({password: data.value});
|
||||
|
|
|
|||
|
|
@ -332,6 +332,7 @@ if __name__ == "__main__":
|
|||
'-- Model missing for table: djcelery_intervalschedule\n',
|
||||
'-- Model missing for table: djcelery_workerstate\n',
|
||||
'-- Model missing for table: djcelery_taskstate\n',
|
||||
'-- Model missing for table: south_migrationhistory\n',
|
||||
'-- Model missing for table: cache\n',
|
||||
]:
|
||||
if row in diff:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue