Modify ↓
#10123 closed enhancement (duplicate)
I need to force a value in a ticket_custom fiield
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.12.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We use custom fields for the tickets like described in TracTicketsCustomFields.
But for some fields we must force the user to make an input.
I have a text field like:
test_one = text test_one.label = Just a text box
and would need something like
test_one = text test_one.label = Just a text box test_one.force_input = true
so the user must fill in some text.
Or did I miss something in the documentation?
Stephane
Attachments (0)
Change History (2)
comment:1 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Milestone: | 0.12.3 |
---|
Note:
See TracTickets
for help on using tickets.
Duplicate of #7492.