Center-for-Research-Libraries / vufind

CRL Implimentation of VuFind frontend for FOLIO. A library resource discovery portal designed and developed for libraries by libraries
GNU General Public License v2.0
1 stars 0 forks source link

Remove Record toolbar overrides once email handing is in place #133

Closed ryan-jacobs closed 2 years ago

ryan-jacobs commented 2 years ago

At the time of writing we don't yet have an MTA in place for email handing. Until that's available we are removing some of the record actions (email and text) that depend on email processing.

Once an MTA is in place this can be reverted by simply deleting /themes/crl/templates/RecordDriver/DefaultRecord/toolbar.phtml, that will revert back to default record action options.

ryan-jacobs commented 2 years ago

This is the commit that removed those action items: https://github.com/Center-for-Research-Libraries/vufind/commit/9611d984ca9fd14f6e15960dd96be86dbe9a9a3c

ryan-jacobs commented 2 years ago

https://github.com/Center-for-Research-Libraries/vufind/commit/6851a6c360fad6bc51d410f56d30ce2939c5d6c8 closes this