Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 599
    • Issues 599
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 46
    • Merge requests 46
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #6532

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).
This leads into following problem

Only happens if tab_change_discard = y in system_config.
If tab_change_discard = y than
ISPConfig.changeTab do
if(id) ISPConfig.loadContent(target, {'next_tab': next_tab, 'id': id});
this reload the tab in this case and no way to change the move_junk entry

if tab_change_discard != y than
ISPConfig.changeTab do
ISPConfig.submitForm('pageForm',target);

This works because the new entry got stored and the reload of the tab show the new entry

But think the source problem is the why the select2 move_junk fires the changeTab: event at all.
Don't think it is a problem with the changeTab function.

Assignee
Assign to
Time tracking