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

bnet/additions
Aleksander Machniak 4 years ago
parent ef13807f17
commit c8ead80312

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- 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 regression where "Open in new window" action didn't work (#7155)

@ -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