Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
w2pext
plugin_dbui
Commits
ce489e1a
Commit
ce489e1a
authored
Nov 15, 2019
by
LE GAC Renaud
Browse files
Update LoaderException.js to improve error reporting.
parent
58a090ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
static/plugin_dbui/CHANGELOG
static/plugin_dbui/CHANGELOG
+1
-0
static/plugin_dbui/locale/dbui-lang-fr.js
static/plugin_dbui/locale/dbui-lang-fr.js
+3
-3
static/plugin_dbui/src/panel/plugin/LoaderException.js
static/plugin_dbui/src/panel/plugin/LoaderException.js
+2
-2
No files found.
static/plugin_dbui/CHANGELOG
View file @
ce489e1a
...
...
@@ -2,6 +2,7 @@
HEAD
- Require python 3.7
- Minor improvement reporting errors.
0.9.9.1 (Oct 2019)
- Minor release
...
...
static/plugin_dbui/locale/dbui-lang-fr.js
View file @
ce489e1a
...
...
@@ -146,14 +146,14 @@ Ext.define("Dbui.local.fr.panel.GridWithFilter", {
Ext
.
define
(
"
Dbui.local.fr.panel.plugin.LoaderException
"
,
{
override
:
"
Dbui.panel.plugin.LoaderException
"
,
textError
:
"
Erreur
...
"
textError
:
"
Oups quelchose ne va pas
...
"
});
Ext
.
define
(
"
Dbui.local.fr.panel.WithUrlSelector
"
,
{
override
:
"
Dbui.panel.WithUrlSelector
"
,
textChrome
:
"
La taille du fichier est trôp grande pour Chrome.<br> Une solution est d'utilisée FireFox!
"
,
textLoad
:
"
Chargement en cours...
"
,
textProgressBar
:
"
Fichier en préparation. Soyez patient ...
"
,
textLoad
:
"
Chargement en cours...
"
,
textProgressBar
:
"
Fichier en préparation. Soyez patient ...
"
,
textWarning
:
"
Attention
"
});
...
...
static/plugin_dbui/src/panel/plugin/LoaderException.js
View file @
ce489e1a
...
...
@@ -10,7 +10,7 @@ Ext.define("Dbui.panel.plugin.LoaderException", {
alias
:
"
plugin.pPanelLoaderException
"
,
// Private attribute for internationalization
textError
:
"
Error
...
"
,
textError
:
"
Oops something went wrong
...
"
,
/**
* Initialize the plugin
...
...
@@ -51,7 +51,7 @@ Ext.define("Dbui.panel.plugin.LoaderException", {
if
(
response
.
statusText
)
{
Ext
.
Msg
.
show
({
title
:
me
.
textError
,
msg
:
response
.
status
Text
,
msg
:
response
.
response
Text
,
buttons
:
Ext
.
Msg
.
OK
,
icon
:
Ext
.
Msg
.
WARNING
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment