Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1,574
    • Issues 1,574
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 31
    • Merge Requests 31
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #5448

Closed
Open
Opened Nov 09, 2019 by Jonathan Elder@jelder
  • Report abuse
  • New issue
Report abuse New issue

Mail settings tabs are not working when accessed directly from the dashboard

short description

Users cannot access autoresponder and other tabs settings when viewing email settings directly from the dashboard. Clicking on the tab results in a 404 error in the console. Tabs still works if you go to "Email Mailbox" section first, instead of selecting the email account directly from the dashboard. This only affects users, not the admin.

correct behaviour

User should be able to see the tabs for other settings.

environment

  • Server OS: centos
  • Server OS version: CentOS 7.7.1908
  • ISPConfig version: 3.1.15p2

log entries

Console log

POST https://domain.com/dashboard/mail_user_edit.php 404 (Not Found)

inspector details

"Autoresponder" link code when viewed from dashboard

<a href="#" onclick="return ISPConfig.changeTab('autoresponder','dashboard/mail_user_edit.php')">Autoresponder</a>

"Autoresponder" link code when viewed from "Email Mailbox" section

<a href="#" onclick="return ISPConfig.changeTab('autoresponder','mail/mail_user_edit.php')">Autoresponder</a>
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
Bug stable-3.1
Assign labels
  • View project labels
Reference: ispconfig/ispconfig3#5448