MantisBT: master 63bbb193

Author Committer Branch Timestamp Parent
dregad dregad master 2015-10-31 15:56 master 0471ff24
Affected Issues  0016771: workflow configuration
Changeset

Fix resetting of access level when updating workflow

If the access level needed to update a Threshold has been changed from
default, it is reset to that default value when the workflow
configuration is updated again without changes to that Threshold.

This commit fixes the incorrect behavior by applying the same mechanism
used to detect a change in the status to the access level, i.e.
comparing the updated access level with the parent and not the current
value.

Fixes 0016771

mod - manage_config_workflow_set.php Diff File