mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 19:33:54 +01:00
Trigger change event after new distribution item is set to the list
This commit is contained in:
parent
c8df7ad0ab
commit
62c1fe4ce4
@ -473,6 +473,9 @@ app.classes.addressbook = AppJS.extend(
|
|||||||
|
|
||||||
// Set to new list so they can see it easily
|
// Set to new list so they can see it easily
|
||||||
lists.set_value(result);
|
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);
|
).sendRequest(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user