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
ae1d644f
Commit
ae1d644f
authored
Nov 28, 2016
by
LE GAC Renaud
Browse files
Move the module report_objects into plugin_event.
parent
23c55109
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
6 deletions
+16
-6
controllers/report.py
controllers/report.py
+6
-6
modules/plugin_event/__init__.py
modules/plugin_event/__init__.py
+10
-0
modules/plugin_event/report_objects.py
modules/plugin_event/report_objects.py
+0
-0
No files found.
controllers/report.py
View file @
ae1d644f
...
...
@@ -7,12 +7,12 @@ import re
from
plugin_dbui
import
INLINE_ALERT
from
report_objects
import
(
do_title
,
Graph
,
List
,
Metric1D
,
Metric2D
,
ReportException
)
from
plugin_event
import
(
do_title
,
Graph
,
List
,
Metric1D
,
Metric2D
,
ReportException
)
from
plugin_event
import
MySelector
,
SelectorActiveItemsException
...
...
modules/plugin_event/__init__.py
View file @
ae1d644f
...
...
@@ -15,6 +15,16 @@ from model_core import EvtModelCore
from
model_report
import
EvtModelReport
from
model_selector
import
EvtModelSelector
from
report_objects
import
(
do_title
,
get_value
,
split_dbfield
,
ReportException
,
BaseReport
,
Graph
,
List
,
Metric1D
,
Metric2D
)
from
selector
import
(
MySelector
,
SelectorActiveItems
,
SelectorActiveItemsException
)
...
...
modules/report_objects.py
→
modules/
plugin_event/
report_objects.py
View file @
ae1d644f
File moved
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