Feature #3998
Title and describtion shouldn't be editable
| Status: | Accepted | Start date: | 2009-07-27 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Christian Buelter | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
The user creates a new ticket. After submitting it the user opens the ticket again. Now the user has the choice to use the comment field. But he can also edit the title field and the description. In our case many users tend to add further information to the description or title. That's not good. Is there any way to block editing?
Associated revisions
[Bug 3998] Add, import and display some fields, r=bernd
[Bug 3998] Add, import and display some fields, r=oliver
History
Updated by Christian Buelter almost 4 years ago
- Status changed from New to Accepted
- Assignee set to Christian Buelter
- Priority changed from Should have to Could have
Bjoern Jacob wrote:
The user creates a new ticket. After submitting it the user opens the ticket again. Now the user has the choice to use the comment field. But he can also edit the title field and the description. In our case many users tend to add further information to the description or title. That's not good. Is there any way to block editing?
Currently there's no way to do that, but I guess it would be a useful feature.
One possible solution would be to add new markers which provide title and description as non-editable elements and use a different templates for creating and editing tickets where the editing template uses those new markers.
The other solution would be to add a flexform or typoscript configuration option which switches the FIELD_TITLE and FIELD_DESCRIPTION markers between editable and non-editable.