State is not moving back until we refresh it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 01:15 AM - edited 02-09-2024 01:22 AM
Hello,
whenever we are trying to move the state then it will check if any open task records are there or not. if there are no-open tasks records then state will move to next state or else it will throw an error and remains on same state.
here Issue is when we are trying to move the state from "perform post test activities" to close and if any open tasks are present then it's throwing an error but state will be close and if we refresh the page then it will go back to "perform post test activities" state.
Here in the below code it's working fine for all states expect for close.
Could anyone please help me what is the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 12:32 AM
Hi, were you able to fix this issue? I'm currently having similar use case to yours. May I know how you fixed this?