Modify ↓
#7492 closed enhancement (worksforme)
Make certain fields required including custom fields
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | ticket system | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I would like some guidance on how to go about making fields required. By default, I notice that the "short summary" field is required (if there isn't a value entered, upon clicking the Submit Ticket button, it will give an error message, instructing users to go back and enter something). I would like to do the same for the "Your email or username" field and also for a couple of custom fields I've added. Any help is much appreciated. Thanks!
Attachments (0)
Change History (5)
comment:1 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
Meant to close this as 'worksforme'
comment:3 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
That's what the
ITicketManipulator
interface is for, so you can do that in a plugin. Ask in the MailingList or IrcChannel if you have more support questions about this.