samvera-deprecated / curation_concerns

A Hydra-based Rails Engine that extends an application, adding the ability to Create, Read, Update and Destroy (CRUD) objects (based on Hydra::Works) and providing a generator for defining object types with custom workflows, views, access controls, etc.
Other
15 stars 27 forks source link

Configurable set of fields which are displayed in attributes view. #300

Open tpendragon opened 9 years ago

tpendragon commented 9 years ago

Overriding the entire _attributes partial seems heavy handed. This is handled in things like Hydra Editor/Sufia with a Presenter.

jcoyne commented 8 years ago

Like Blacklight's add_show_field()?

https://github.com/projectblacklight/blacklight/blob/master/lib/generators/blacklight/templates/catalog_controller.rb#L105-L118

mjgiarlo commented 7 years ago

Still needed in Hyrax?