Skip to content

Commit

Permalink
Fix for features editor form, fixes #9416
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Apr 6, 2021
1 parent 9e66b0f commit 99e0157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/features/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% url = { :controller => "features", :action => "update", :id => @node.id } %>

<%= form_for :node, :as => :drupal_node, :url => url do |f| %>
<%= form_for @node, :as => :drupal_node, :url => url do |f| %>
<%= render partial: 'layouts/errorMessages', locals: { model: @node } %>

<% if @node && @node.title %>
Expand Down

0 comments on commit 99e0157

Please sign in to comment.