Search results

  1. X

    Tickets Fixed Missing phrase

    Looks like the phrase "nf_tickets_sub_categories" is missing:
  2. X

    Tickets Fixed Off-by-1 error causes navbar to not show up

    On the 1st post of the 2nd page of a multi-page ticket, there is an off-by-1 error which causes the navbar to not show up . In _getDefaultViewParams 'totalMessages' => $ticket['reply_count'], Should be: 'totalMessages' => $ticket['reply_count'] + 1,
  3. X

    Tickets Admin permission UX

    Currently when looking at permissions (ticket permissions or per category) there is no UI feedback on which groups have permissions. Under node permissions, the row is highlighted/selected if a group has permissions
Back
Top