State backend value showing on click of button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 10:40 AM
For debugging purpose try to change the status to pending or any other state apart from closed task and see if this is happening the same with other state as well .
and check if any script is running behind to show the backend value of the state choice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2023 03:33 AM
It is happening just for Closed state while clicking on that 'Closed task' button. It is not happening for other states. There are some business rule written for that but it is not impacting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 10:43 AM - edited 04-20-2023 01:42 PM
Hi,
"Choices" (sys_choice table) have a value ('3' in this case) and a label ('Closed' in this case). Values are stored in the database, when rendered the label is used.
See:
This supports multiple languages, so users can see the value in their language.