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
limbra
limbra
Commits
dc7ea3a2
Commit
dc7ea3a2
authored
May 10, 2017
by
LE GAC Renaud
Browse files
Update models/main.py.
parent
5f89e995
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
models/main.py
models/main.py
+2
-1
No files found.
models/main.py
View file @
dc7ea3a2
...
...
@@ -110,7 +110,8 @@ if ctrl != "plugin_dbui" or fnct in ("call", "csv", "dbui_conf"):
is_ui
=
\
(
ctrl
==
"plugin_dbui"
and
fnct
in
(
"call"
,
"dbui_conf"
))
\
or
(
ctrl
==
"harvest"
and
fnct
==
"edit_insert"
)
or
(
ctrl
==
"harvest"
and
fnct
==
"edit_insert"
)
\
or
(
ctrl
==
"wizards"
and
fnct
==
"check_validate"
)
if
is_ui
:
Dbui
.
initialise_ui
()
...
...
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