Skip to content
Snippets Groups Projects
Merged Timothee P requested to merge redmine-issues/12363 into develop
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -688,9 +688,10 @@ export default {
}
if (is_valid) {
//* if moderate project modified by someone else than admin or moderator, switch status to pending
//* if moderate project modified by someone else than admin or moderator, switch published status to pending
if (
this.project.moderation &&
this.form.status.value.value === "published" &&
!this.permissions.is_project_administrator &&
!this.permissions.is_project_moderator
) {
Loading