after item edit, don't switch to list view in case filter selection changes
This commit is contained in:
parent
2bee170813
commit
e6981ff0a3
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ oml.ui.filter = function(id) {
|
||||||
// fixme: cant index be an empty array, instead of -1?
|
// fixme: cant index be an empty array, instead of -1?
|
||||||
// FIXME: this is still incorrect when deselecting a filter item
|
// FIXME: this is still incorrect when deselecting a filter item
|
||||||
// makes a selected item in another filter disappear
|
// makes a selected item in another filter disappear
|
||||||
|
if (ui.item) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
var conditions = data.ids.map(function(value) {
|
var conditions = data.ids.map(function(value) {
|
||||||
return {
|
return {
|
||||||
key: id,
|
key: id,
|
||||||
|
|
Loading…
Reference in a new issue