You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior seems to exist since a long time ago.
every each save of any question the backend controller invokes the method utils.updateSurveyStatusInProgress(iso3) see here in order to set the status to in_progress if it is the first save ever (so the status was equals to null)
After this commit 7e56855 (see the third file modified) if the status is not null the current status is saved anyway. I can't figure out the reason of this...
This doesn't create any problem to the survey workflow but of course add redundant and misleading entries in the activity log.
Sure now i remember, this behavior has been introduced in order to keep track of the last contributors action, showed in some report somewhere in the admin area so inconsistent status changes in pending_fix and in_progress will be always showed in the activity log...
country SWE, status. pendingFix -> after any value is changed the activity log reports also a status change (again to PendingFix status).
Investigate why and if this behaviour needs for a fix (maybe we just overlook and forgot something?)
The text was updated successfully, but these errors were encountered: