Mailuser->Mail Filter The select2 move_junk do a reload tab on change but don't safe entry
Version 2.3.10 The select2 of move_junk fires on onchange or close the changeTab: event - (could not find out why).<br> This leads into following problem<br> Only happens if tab_change_discard = y in system_config.<br> If tab_change_discard = y than <br> ISPConfig.changeTab do <br> if(id) ISPConfig.loadContent(target, {'next_tab': next_tab, 'id': id});<br> this reload the tab in this case and no way to change the move_junk entry if tab_change_discard != y than <br> ISPConfig.changeTab do <br> ISPConfig.submitForm('pageForm',target);<br> This works because the new entry got stored and the reload of the tab show the new entry<br> But think the source problem is the why the select2 move_junk fires the changeTab: event at all.<br> Don't think it is a problem with the changeTab function.<br>
issue