Uploaded image for project: 'Plugins'
  1. Plugins
  2. CONTRIB-789

Report an Issue tab is not selected when creating new issue

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 1.8.6
    • Module: Tracker
    • None
    • MOODLE_18_STABLE

      When viewing the four main tabs in the tracker, the "report an issue" tab remains active when one selects it. Changing

      /// submenus
      switch ($view){
      case 'reportanissue':
      $page = '';
      break;

      to

      /// submenus
      switch ($view){
      case 'reportanissue':
      $page = 'reportanissue';
      break;

      in tracker/view.php seems to fix this. However, I did not follow whether there are any side-effects.

            vf Valery Fremaux
            robek Robert Brenstein
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.