Added "Show disabled items" checkbox to query editor.

This commit is contained in:
Alexander Zobnin
2016-01-24 22:33:53 +03:00
parent 13f3f3824f
commit 96602e2811
2 changed files with 8 additions and 1 deletions

View File

@@ -215,7 +215,7 @@ define([
});
}
if (true) {
if (!$scope.target.showDisabledItems) {
items = _.filter(items, {'status': '0'});
}