From 9695d121118d1a9594560c4ebf6fd6dc33ee8f0d Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Mon, 15 Dec 2014 11:55:38 +0100 Subject: [PATCH] Release version 0.6.1.14 --- static/plugin_dbui/CHANGELOG | 8 ++++---- static/plugin_dbui/src/App.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index adda90a3..df0c9cdb 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -1,11 +1,8 @@ --------------------------------- CHANGE LOG ---------------------------------- HEAD - - The CheckBox associated to the boolean field is rendered initially checked - when the default value is True. - - Deactivate the contexmenu everywhere in the ViewPort. -0.6.1.13 (Nov 2014) +0.6.1.14 (Dec 2014) - Add the plugin App.grid.plugin.Export. - Mask the whole viewport during loading a PanelWithUrlSelector. - Version data can be export via the plugin pGridExport. @@ -17,6 +14,9 @@ HEAD - Add the user reset functionality in the ComboBoxMaster class. Modify ComboBoxSlave and ComboBoxUserReset accordingly. In addition the first value of the store is load in the ComboBoxSlave. + - The CheckBox associated to the boolean field is rendered initially checked + when the default value is True. + - Deactivate the contexmenu everywhere in the ViewPort. 0.6.1.7 (Sep 2014) - Use inline script and Ext.grid.Panel to display software versions diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js index 2a581ba7..0d517d39 100644 --- a/static/plugin_dbui/src/App.js +++ b/static/plugin_dbui/src/App.js @@ -15,7 +15,7 @@ Ext.define('App', { * The version of the plugin * @property {String} */ - version: '0.6.1.13', + version: '0.6.1.14', /** * The name of the application -- GitLab