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
cec9a21b
Commit
cec9a21b
authored
Oct 09, 2017
by
LE GAC Renaud
Browse files
Update ui_harvester to reconnect the harvester wizard to its controller (missing url).
parent
1f0bed38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
modules/ui_harvester.py
modules/ui_harvester.py
+6
-2
No files found.
modules/ui_harvester.py
View file @
cec9a21b
...
...
@@ -2,6 +2,7 @@
"""User Interface for the harvester tables
"""
from
gluon
import
current
from
plugin_dbui
import
(
FieldsModifier
,
FormModifier
,
GridModifier
,
...
...
@@ -147,8 +148,11 @@ class HarvesterUI(object):
mdf
.
configure_filters
(
plugins
=
[
"pFormToolTip"
],
width
=
300
)
mdf
.
configure_gridWithFilter
(
selectorTitle
=
T
(
"Filter"
))
mdf
.
configure
(
plugins
=
[{
"ptype"
:
"pGridRowEditorAddWizard"
,
"wizard"
:
{
"xtype"
:
"xwizardharvester"
}}])
mdf
.
configure
(
plugins
=
[{
"ptype"
:
"pGridRowEditorAddWizard"
,
"wizard"
:
{
"url"
:
"/%s/wizards/harvester"
%
current
.
request
.
application
,
"xtype"
:
"xwizardharvester"
}}])
# ....................................................................
#
...
...
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