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
5f89e995
Commit
5f89e995
authored
May 03, 2017
by
LE GAC Renaud
Browse files
Update main.py
parent
acb0ae9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
models/main.py
models/main.py
+5
-1
No files found.
models/main.py
View file @
5f89e995
...
...
@@ -108,7 +108,11 @@ if ctrl != "plugin_dbui" or fnct in ("call", "csv", "dbui_conf"):
# Configure the user interface
#
if
ctrl
==
"plugin_dbui"
and
fnct
in
(
"call"
,
"dbui_conf"
):
is_ui
=
\
(
ctrl
==
"plugin_dbui"
and
fnct
in
(
"call"
,
"dbui_conf"
))
\
or
(
ctrl
==
"harvest"
and
fnct
==
"edit_insert"
)
if
is_ui
:
Dbui
.
initialise_ui
()
directSvc
=
Dbui
.
start_directSvc
()
...
...
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