Ask for confirmation when changing the page and
the forms watched do have changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%= form_for [:admin, @process, @draft_version], url: url do |f| %>
|
||||
<%= form_for [:admin, @process, @draft_version], url: url, html: {data: {watch_changes: true}} do |f| %>
|
||||
|
||||
<% if @draft_version.errors.any? %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user