Enigma: Fix so key list selection is reset when opening key creation form (#7154)

pull/6781/merge
Aleksander Machniak 4 years ago
parent 5d025609d3
commit 355ff138fd

@ -7,6 +7,7 @@ CHANGELOG Roundcube Webmail
- Change folders sorting so shared/other users namespaces are listed last (#5012)
- Templates: Add support for nested if conditions (#6818)
- Templates: Make [space][slash] ending of condition objects optional (#6954)
- Enigma: Fix so key list selection is reset when opening key creation form (#7154)
- Password: Make chpass-wrapper.py Python 3 compatible (#7135)
- Elastic: Fix bug where it was possible to switch editor mode when 'htmleditor' was in 'dont_override' (#7143)
- Fix so messages in threads with no root aren't displayed separately (#4999)

@ -146,6 +146,7 @@ rcube_webmail.prototype.enigma_import_success = function()
// Display key(s) generation form
rcube_webmail.prototype.enigma_key_create = function()
{
this.keys_list.clear_selection();
this.enigma_loadframe('&_action=plugin.enigmakeys&_a=create&_nav=hide');
};

Loading…
Cancel
Save