Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
The tool doesn't seem to check the existing ticket status before allowing an change to the state when multiple users are involved.
e.g. we have the following states available on the ticket
unconfirmed -> unable to recreate
unconfirmed -> confirmed -> rejected
user A and B open the ticket and view, user A confirms and saves the new ticket state, user B sets it to be 'unable to recreate' and is able to save. The ticket state history now goes from unconfirmed->confirmed->unable to recreate which is an invalid process flow.
It is a very particuliar test case, and occurence should be minor :
- in most cases only one user (the responsible) changes the status of a ticket :huh:
- the change must be conflictual, meaning the 2 users don't agree to the status of the ticket :S
- the changes must be concurrent (done on the same time)
- the conflictual changes must not respect workflow.
But you're right, this is an issue , because the workflow must be checked on server side before saving. Ticket #798 recorded.