Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 06:40 AM
Hi, as you can see in the video attached, when changing the state of my ticket the related tab will disappear and then will come back after saving it. Any ideas how to fix this would be appreciated.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 07:43 AM
Most probably there's an onChange client script acting on the state field, that uses g_form.setSectionDisplay function and because its only acting on the change of the state field, when we save it and reloads it, the section is getting back up again.
Check if there's anything like that and redo the logic.
Thanks!
Check if there's anything like that and redo the logic.
Thanks!
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2025 12:36 AM
I already did