Modify

Opened 3 years ago

Closed 3 years ago

#13988 closed defect (fixed)

Read-only fields depend on activated Javascript

Reported by: Cinc-th Owned by: Cinc-th
Priority: normal Component: TicketFieldFilterPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

When a field is set to read-only it is removed from the Modify Ticket section and only shown at the top.

The removal is now done with Javascript (used to be a Genshi filter). This means if the user deactivates Javascript it is possible to change the read-only fields again.

Attachments (0)

Change History (1)

comment:1 Changed 3 years ago by Cinc-th

Resolution: fixed
Status: assignedclosed

In 18107:

TicketFieldFilterPlugin: no longer use Javascript for read-nly field handling. Trac provides a variable field['editable'] just for that.

Closes #13988

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Cinc-th.
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.