- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2014 03:20 AM
Hey guys,
I have a UI button on my change form that for some reason needs clicking twice to progress. All the button does is change the phase, it requires the change ticket to be in a specific phase.
When I click the first time the phase state does not change, on the second click it does and moves to the next phase.
What is causing this?
Its hopefully the last "quirk" to get done before UAT testing.
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2014 08:20 AM
Hi all,
Thanks for the help on this one. It has ended up being a conflict with the work flow. We hid one of the fields if the change was internal and the workflow was waiting for an answer to continue. Whilst I had noticed that I was thrown by the fact a second click of the button changed the phase and state as required (but the workflow didnt continue) adding another If statement to the workflow asking if was an internal or external change did the trick.
Again, thanks for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2014 08:20 AM
Hi all,
Thanks for the help on this one. It has ended up being a conflict with the work flow. We hid one of the fields if the change was internal and the workflow was waiting for an answer to continue. Whilst I had noticed that I was thrown by the fact a second click of the button changed the phase and state as required (but the workflow didnt continue) adding another If statement to the workflow asking if was an internal or external change did the trick.
Again, thanks for the help.