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
tev
plugin_event
Commits
f00110ec
Commit
f00110ec
authored
Mar 30, 2017
by
LE GAC Renaud
Browse files
Update common_settings to remove obsolete controller.
parent
43cfc818
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
models/common_settings.py
models/common_settings.py
+2
-2
No files found.
models/common_settings.py
View file @
f00110ec
...
...
@@ -58,8 +58,8 @@ if is_dbui:
# Create the database models
#
is_db
=
(
ctrl
==
"plugin_dbui"
and
fnct
in
(
"call"
,
"csv"
,
"dbui_conf"
))
or
\
(
ctrl
==
"plugin_event"
)
or
(
ctrl
==
"new_report"
)
is_db
=
(
ctrl
==
"plugin_dbui"
and
fnct
in
(
"call"
,
"csv"
,
"dbui_conf"
))
\
or
(
ctrl
==
"plugin_event"
)
if
is_db
:
...
...
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