forked from extern/egroupware
Trigger change event after new distribution item is set to the list
This commit is contained in:
parent
2577268d21
commit
5e9c1681c4
@ -473,6 +473,9 @@ app.classes.addressbook = AppJS.extend(
|
||||
|
||||
// Set to new list so they can see it easily
|
||||
lists.set_value(result);
|
||||
// Call cahnge event manually after setting the value
|
||||
// Not sure why our selectbox does not trigger change event
|
||||
jQuery(lists.node).change();
|
||||
}
|
||||
}
|
||||
).sendRequest(true);
|
||||
|
Loading…
Reference in New Issue
Block a user