app/views/hyrax/file_sets/edit.html.erb in hyrax-4.0.0.beta2 vs app/views/hyrax/file_sets/edit.html.erb in hyrax-4.0.0.rc1
- old
+ new
@@ -31,10 +31,10 @@
<div class="tab-content">
<div id="descriptions_display" class="tab-pane show active">
<h2><%= t('.descriptions') %></h2>
<%= render "form" %>
</div>
- <%= render "permission", file_set: curation_concern %>
+ <%= render "permission", file_set: curation_concern, form_object: @form %>
<%= render "versioning", file_set: curation_concern %>
</div>
</div>
</div><!-- /.col-sm-8 -->
</div><!-- /.row -->