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 parent link on child works #849

Merged
merged 6 commits into from
Oct 11, 2023

Commits on Oct 10, 2023

  1. wip

    kirkkwang committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    74a3b95 View commit details
    Browse the repository at this point in the history
  2. 🎁 don't index parent ids

    In this commit, Rob shows us how to query the solr data that we need instead of indexing the parent ids.
    
    Issue:
    - #840
    ShanaLMoore committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e78e81c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe4afb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. ♻️ Refactor _relationships_parent_works_row

    This commit will remove _relationships_parent_works_row and use
    _relationships_parent_works_rows to follow the existing pattern and to
    keep the _relationships partial cleaner.  This also will add i18n for
    the label.
    kirkkwang committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4898dfa View commit details
    Browse the repository at this point in the history
  2. 🧹 Update i18n translations

    This commit runs the Google Translate api script over the i18n files to
    update the translations.
    kirkkwang committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    db49bce View commit details
    Browse the repository at this point in the history
  3. ✅ Add specs and lint

    kirkkwang committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1ef5b14 View commit details
    Browse the repository at this point in the history