mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Reset selected nm actions on change folder. Fixes selected all actions sometimes get disabled.
This commit is contained in:
parent
71442541f5
commit
1cfe10e831
@ -2126,6 +2126,10 @@ app.classes.mail = AppJS.extend(
|
||||
|
||||
// to reset iframes to the normal status
|
||||
this.loadIframe();
|
||||
|
||||
// reset nm action selection, seems actions system accumulate selected items
|
||||
// and that leads to corruption for selected all actions
|
||||
this.et2.getWidgetById(this.nm_index).controller._selectionMgr.resetSelection();
|
||||
|
||||
// Abort if user selected an un-selectable node
|
||||
// Use image over anything else because...?
|
||||
|
Loading…
Reference in New Issue
Block a user