Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix exporter page for Bootstrap 3 applications #928

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

kirkkwang
Copy link
Contributor

This commit will add the hidden class back in addition to the d-none class. This way older Hyku/Hyrax applications can still use it without unintended effects. Also, adding a turbolinks false to the edit exporter link because the buttons on the form page was not working without a refresh.

This commit will add the `hidden` class back in addition to the `d-none`
class.  This way older Hyku/Hyrax applications can still use it without
unintended effects.  Also, adding a turbolinks false to the edit
exporter link because the buttons on the form page was not working
without a refresh.
@kirkkwang kirkkwang added the patch-ver for release notes label Feb 17, 2024
@kirkkwang kirkkwang merged commit a6b44d1 into main Feb 19, 2024
6 of 7 checks passed
@kirkkwang kirkkwang deleted the fix-export-page-for-bootstrap-3 branch February 19, 2024 14:20
jeremyf added a commit that referenced this pull request Feb 23, 2024
* main:
  ♻️ Favor member_ids_ssim over file_set_ids_ssim (#929)
  🐛 Fix exporter page for Bootstrap 3 applications (#928)
  ♻️ Favor configuration over hard-coding (#927)
  Fix exporters show page - 2 (#926)
  Redo records with the remove_and_rerun property in the data, move individual remove and rerun to a background job (#923)
  Mark records as skipped if we do not see them during an import run (#922)
  For every importer / record combo there should be exactly one entry (#921)
  Add Skip to the datatabels (#920)
  Update Importer Index and Show Entries With Search, Filtering, Sort and More (#914)
  Restore rails5 support (#919)
  Strip out all special characters from csv headers (#918)
  Need to Include dry/monads in sample app to get generators working (#917)
  Found another place we need to include the monad lib. This time so that generators work
  Denormalize Status Message to that Entry Look Up Can Be Fast (#913)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-ver for release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants