Skip to content

Commit

Permalink
[FIX] Redraw datatable widget on tab activate
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Feb 24, 2017
1 parent 516305a commit 64049a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
9.0.?.?.? (?)
~~~~~~~~~~~~~

* Fix: Redraw the datatable widget on tab activate
* Fix: JS error into Firefox on create/update document
* Fix: The document preview works also with IE.
* Fix: Makes the file required into the update document dialog.
Expand Down
2 changes: 2 additions & 0 deletions cmis_web/static/src/js/form_widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,8 @@ var CmisMixin = {
var config = this.get_datatable_config();
this.datatable = this.$datatable.DataTable(config);
this.table_rendered.resolve();
} else {
this.datatable.draw();
}
},

Expand Down

0 comments on commit 64049a8

Please sign in to comment.