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

Merge branch 'master' into 'production'

Relase 0.8.1

* Fix a bug in `WithUrlSelector.onFailure`

See merge request !18
parents f4793a50 084aee83
No related branches found
Tags 0.8.1
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
HEAD HEAD
0.8.0 (Dec 2015) 0.8.1 (Dec 2015)
- Compliant with the navigator firefox and chrome - Compliant with the navigator firefox and chrome
- Relase non backward compatible. Signatures of methods have changed: - Relase non backward compatible. Signatures of methods have changed:
App.buildDBURI, App.save, App.saveAs. In addition the download of pdf and App.buildDBURI, App.save, App.saveAs. In addition the download of pdf and
......
...@@ -15,7 +15,7 @@ Ext.define('App', { ...@@ -15,7 +15,7 @@ Ext.define('App', {
* The version of the plugin * The version of the plugin
* @property {String} * @property {String}
*/ */
version: '0.8.0', version: '0.8.1',
/** /**
* The name of the application * The name of the application
......
...@@ -228,8 +228,8 @@ Ext.define('App.panel.WithUrlSelector', { ...@@ -228,8 +228,8 @@ Ext.define('App.panel.WithUrlSelector', {
msg = explain; msg = explain;
} }
Ext.Msg.alert(me.textError, msg);
me.mask.hide(); me.mask.hide();
Ext.Msg.alert(me.textWarning, msg);
}, },
/** /**
......
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