Skip to content
Snippets Groups Projects
Commit 7655fd95 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issues/14531' into 'develop'

REDMINE_ISSUE-14531|Mode édition rapide - Bug lorsque le modérateur passe un ticket en brouillon

See merge request geocontrib/geocontrib-frontend!466
parents 48ae116f e42cb757
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ export default {
]),
hasUnsavedChange() {
if (this.project.fast_edition_mode && this.form) {
if (this.project.fast_edition_mode && this.form && this.currentFeature) {
if (this.form.title !== this.currentFeature.title) return true;
if (this.form.description.value !== this.currentFeature.description) return true;
if (this.form.status.value !== this.currentFeature.status) return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment