Skip to content
Snippets Groups Projects
Commit 8b9a638e authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Bug fixed

parent 27ff7b16
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,9 @@ App.grid.GridFilter = Ext.extend(Ext.form.FieldSet, {
}
// reset the page size to the default value
this.pagingToolbar.pageSize = 10;
if (this.pagingToolbar) {
this.pagingToolbar.pageSize = 10;
}
// update the store
this.updateStore();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment