Modify

Opened 13 years ago

Closed 11 years ago

#8417 closed defect (fixed)

No notification when saving changes on admin panel

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Component: WorkLogPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Typically, when saving changes in an admin panel, there is a message such as the following:

This notification is not seen when saving changes in the WorkLog admin panel.

Attachments (1)

TracNotification.png (11.7 KB) - added by Ryan J Ollos 13 years ago.

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by Ryan J Ollos

Attachment: TracNotification.png added

comment:1 Changed 11 years ago by Ryan J Ollos

(In [12087]) Refs #8417:

  • Added a notice when changes are saved on the admin panel.
  • Redesigned webadminui.py to implement IAdminPanelProvider.
  • PERMISSION CHANGE: a user with WORK_ADMIN can now access the admin panel. TICKET_ADMIN is no longer required.

comment:2 Changed 11 years ago by Ryan J Ollos

Owner: changed from Colin Guthrie to Ryan J Ollos
Status: newassigned

comment:3 Changed 11 years ago by Ryan J Ollos

Resolution: fixed
Status: assignedclosed

(In [12088]) Fixes #8417:

  • Bumped revision to 0.3dev.
  • Renamed worklog_webadminui.html to worklog_admin.html.
  • Renamed webadminui.py to admin.py.

The renames were made in order to make the plugin conform to the standard plugin layout. The following config change will need to be made:

worklog.webadminui.worklogadminpanel = enabled

->

worklog.admin.worklogadminpanel = enabled

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.