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
f5d7717e
Commit
f5d7717e
authored
Oct 12, 2019
by
LE GAC Renaud
Browse files
Update UserDataMultiDefault to fix a bug in setValue.
parent
2a95c5a7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
static/plugin_event/src/form/field/UserDataMultiDefault.js
static/plugin_event/src/form/field/UserDataMultiDefault.js
+0
-1
No files found.
static/plugin_event/src/form/field/UserDataMultiDefault.js
View file @
f5d7717e
...
...
@@ -137,7 +137,6 @@ Ext.define('Event.form.field.UserDataMultiDefault', {
// check if the the select handler activated for the ComboBox
if
(
!
combo
.
hasListener
(
"
select
"
))
{
me
.
combo
.
on
(
'
select
'
,
me
.
onComboBoxSelect
,
me
);
return
;
}
// protection
...
...
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