mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
3bb2eb0401
Permission `change_work_package_status` is similar to `assign_versions` permission as it: - Allows edit for status field, without the need for edit WP. - Now `edit_work_packages` alone does not allow status edit; this is how `assign_versions` works too, migration adding the new permission to existing roles with edit WP is provided. Some tests were fixed, but more fixes and some new tests will be added.