app/controllers/manifestations_controller.rb in enju_biblio-0.1.0.pre22 vs app/controllers/manifestations_controller.rb in enju_biblio-0.1.0.pre23
- old
+ new
@@ -452,9 +452,12 @@
access_denied; return
end
end
@original_manifestation = Manifestation.where(:id => params[:manifestation_id]).first
@series_statement = @manifestation.series_statement unless @series_statement
+ if defined?(EnjuSubject)
+ @classification_types = ClassificationType.select(:display_name)
+ end
if defined?(EnjuBookmark)
if params[:mode] == 'tag_edit'
@bookmark = current_user.bookmarks.where(:manifestation_id => @manifestation.id).first if @manifestation rescue nil
render :partial => 'manifestations/tag_edit', :locals => {:manifestation => @manifestation}
end