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
60d9ce31
Commit
60d9ce31
authored
Oct 08, 2015
by
LE GAC Renaud
Browse files
Polish the size of the origin field in the publication form.
parent
d4e6f91d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
models/ui_publications.py
models/ui_publications.py
+1
-0
No files found.
models/ui_publications.py
View file @
60d9ce31
...
...
@@ -11,6 +11,7 @@ fieldsModifier = dbui.FieldsModifier('publications')
fieldsModifier
.
configure_field
(
'conference_start'
,
format
=
'Y-m-d'
)
fieldsModifier
.
configure_field
(
'id_authors_roles'
,
hidden
=
True
)
fieldsModifier
.
configure_field
(
'origin'
,
xtype
=
'textarea'
)
fieldsModifier
.
configure_field
(
'pages'
,
emptyText
=
T
(
'pages'
))
fieldsModifier
.
configure_field
(
'publication_date'
,
format
=
'Y-m-d'
)
fieldsModifier
.
configure_field
(
'volume'
,
emptyText
=
T
(
'volume'
))
...
...
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