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
073d8d6d
Commit
073d8d6d
authored
Jan 27, 2015
by
LE GAC Renaud
Browse files
Add the new field DictMultiDefault introduce in 0.6.2.
parent
d88285fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
models/ui_history.py
models/ui_history.py
+9
-1
No files found.
models/ui_history.py
View file @
073d8d6d
...
...
@@ -8,7 +8,15 @@
#
#-------------------------------------------------------------------------------
fieldsModifier
=
dbui
.
FieldsModifier
(
'history'
)
fieldsModifier
.
configure_field
(
'data'
,
modifyKeys
=
True
,
height
=
150
)
fieldsModifier
.
configure_field
(
'id_events'
,
itemId
=
'keycombo'
)
fieldsModifier
.
configure_field
(
'data'
,
modifyKeys
=
True
,
height
=
150
,
comboBoxItemId
=
'keycombo'
,
dictField
=
'EventsData'
,
store
=
'eventsStore'
,
xtype
=
'xdictmultidefault'
)
fieldsModifier
.
configure_field
(
'start_date'
,
flex
=
1
)
fieldsModifier
.
configure_field
(
'end_date'
,
flex
=
1
)
...
...
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