Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
w2pext
plugin_dbui
Commits
70209c12
Commit
70209c12
authored
Oct 30, 2019
by
LE GAC Renaud
Browse files
Polish GridWithFilter.
parent
323f8682
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
static/plugin_dbui/src/panel/GridWithFilter.js
static/plugin_dbui/src/panel/GridWithFilter.js
+1
-0
No files found.
static/plugin_dbui/src/panel/GridWithFilter.js
View file @
70209c12
...
...
@@ -81,6 +81,7 @@ Ext.define("Dbui.panel.GridWithFilter", {
me
.
goButton
.
un
(
"
click
"
,
me
.
filter
.
onGo
,
me
.
filter
);
}
me
.
selectorPanel
.
un
(
"
expand
"
,
me
.
onSelectorExpand
,
me
);
me
.
resetButton
.
un
(
"
click
"
,
me
.
filter
.
onReset
,
me
.
filter
);
me
.
callParent
(
arguments
);
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment