From 7610a6c57344ba061d1f2020a712904195c6da58 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Wed, 2 Jul 2014 16:22:53 +0200 Subject: [PATCH] Release version 0.6.1.6 --- static/plugin_dbui/CHANGELOG | 8 +++----- static/plugin_dbui/src/App.js | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 4bb962ca..34f0e1be 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -2,11 +2,9 @@ HEAD - - Fix a bug in resetFields parameters - - Add protection to avoid Direct transaction with null TableId. - It seems related to the fact that the proxy is not yet ready. - -0.6.1.5 (Jul 2014) +0.6.1.6 (Jul 2014) + - Add protection to avoid Direct transaction with null TableId identifier + It happens from time to time when the proxy is not yet ready. - Add the configuration paremeter resetFields in the RowEditorBase It allows to reset any fields when duplcating a record. - The defintion of a plugin can be superseed at any time when using Modifier. diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js index 30de19ff..60b8cda8 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.5', + version: '0.6.1.6', /** * The name of the application -- GitLab