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

Show basic metadata fields for generic work #6321

Merged
merged 4 commits into from Sep 15, 2023
Merged

Commits on Sep 14, 2023

  1. Add yaml file designation

    gets around `Psych::SyntaxError:                                                                                                                                                                      (<unknown>): control characters are not allowed at line 1 column 1`
    
    which was happening during schema load when running
    spec/features/work_show_spec.rb
    hackartisan committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6bf6145 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    775ba3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    296c3d5 View commit details
    Browse the repository at this point in the history
  3. Fix for rubocop

    Align keys of hash literal
    hackartisan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    269d8b6 View commit details
    Browse the repository at this point in the history