Skip to content

LIBTD-1272: Removing ItemSet from IAWA with Hyrax 2.0 Migration

Janice J Kim requested to merge LIBTD-1272 into LIBTD-1256

In removing ItemSet, I did the following:

  • Ran bin/rails destroy hyrax:work ItemSet
  • Removed the ItemSet relationship from Item and corresponding controller
  • Removed the _toolbar.html.erb view as it's not used anymore.

Merge request reports