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
f1a8ff2c
Commit
f1a8ff2c
authored
Dec 06, 2015
by
LE GAC Renaud
Browse files
Remove the harvester wizard from the wizard node.
parent
16f2acb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
models/widgets_viewport.py
models/widgets_viewport.py
+0
-8
No files found.
models/widgets_viewport.py
View file @
f1a8ff2c
...
...
@@ -233,13 +233,6 @@ if session.role in (ADMIN, USER):
baseUrl
=
URL
(
'harvest'
,
'edit_insert'
),
selectorTitle
=
'Fill all fields'
)
harvesterLeaf
=
Window
(
closable
=
True
,
items
=
[
dict
(
xtype
=
'xwizardharvester'
)],
layout
=
'fit'
,
modal
=
True
,
title
=
'Wizard...'
,
width
=
350
)
marc12Leaf
=
PanelWithUrlSelector
(
virtdb
.
marc12_selector
,
selectorTitle
=
'Fill all fields'
,
baseUrl
=
URL
(
'harvest'
,
'insert_marcxml'
))
...
...
@@ -250,7 +243,6 @@ if session.role in (ADMIN, USER):
if
session
.
role
==
ADMIN
:
wizardNode
.
add_child
(
T
(
'check and validate'
),
checkLeaf
)
wizardNode
.
add_child
(
'Create an harvester'
,
harvesterLeaf
)
else
:
wizardNode
.
add_child
(
T
(
'check'
),
checkLeaf
)
...
...
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