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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
limbra
limbra
Commits
7e1dbfc0
Commit
7e1dbfc0
authored
Oct 27, 2016
by
LE GAC Renaud
Browse files
Update ui_publications to run with plugin_dbui 0.9.4.
parent
fd208302
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
models/ui_publications.py
models/ui_publications.py
+4
-1
No files found.
models/ui_publications.py
View file @
7e1dbfc0
...
...
@@ -161,7 +161,10 @@ gridModifier.append_filter(('id_projects', '==', T('is equal to')))
gridModifier
.
append_filter
((
'id_categories'
,
'=='
,
T
(
'is equal to'
)))
gridModifier
.
append_filter
((
'authors_institute'
,
'contains'
,
T
(
'contains'
)),
\
allowBlank
=
True
,
xtype
=
'textfield'
)
allowBlank
=
True
,
fieldLabel
=
T
(
"Authors"
),
xtype
=
'textfield'
)
gridModifier
.
append_filter
((
'id_authors_roles'
,
'=='
,
T
(
'is equal to'
)))
gridModifier
.
append_filter
((
'title'
,
'contains'
,
T
(
'contains'
)),
allowBlank
=
True
)
...
...
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