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

Merge branch 'master' into 'production'

Release 0.9.3.1

* Remove forgotten `console.log`

See merge request !31
parents d3e77b2b b2f012e4
No related branches found
No related tags found
1 merge request!31Release 0.9.3.1
0.9.3
\ No newline at end of file
0.9.3.1
\ No newline at end of file
......@@ -2,7 +2,7 @@
HEAD
0.9.3 (Oct 2016)
0.9.3.1 (Oct 2016)
- Fix AceEditor class in order to run with Ext JS 6
- Remove the JavaScript class DictMultiDefault.
- Redesign the Dbui.grid.Filter class to work with any kind of layout.
......
......@@ -15,7 +15,7 @@ Ext.define('Dbui', {
* The version of the plugin
* @property {String}
*/
version: '0.9.3',
version: '0.9.3.1',
/**
* The name of the application
......
......@@ -265,8 +265,6 @@ Ext.define('Dbui.form.field.Table', {
var me = this,
oriVal = me.originalValue;
console.log("reset", oriVal);
// check that original value is defined
if (!(Ext.isArray(oriVal) && oriVal.length === me.numColumns)) {
me.originalValue = me.initData();
......
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