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

Flexible forms #6851

Merged
merged 23 commits into from
Jun 26, 2024
Merged

Flexible forms #6851

merged 23 commits into from
Jun 26, 2024

Conversation

kirkkwang
Copy link
Contributor

Merging Rob's forms code in

orangewolf and others added 23 commits June 24, 2024 10:10
Wings now assigns and indexes a Hydra::AccessControl object that throws a wrench into the counts of this spec.
The queries here now only look for the expected model type.

Also cleaned up a couple lets that appear unused.
Frijya and Frigg Adapters for Migrating Collections, AdminSets and Works to Postgres or Fcrepo 6
If an rspec example specified both :clean_repo and :index_adapter, the incorrect solr adapter would be cleaned leading to sporadic test failures.
Move clean_repo before hook after :index_adapter
In this commit we updated code to support dynamic rendering for attribute rows
This commit will add a few different conditions for populating the
label.  If the label is a string we'll simply set that as the label.

ex. `label: 'My Label'`

If the label is a hash we'll look for the key that matches the current
locale.

ex. `label: { en: 'My Label', es: 'Mi Etiqueta' }`

If the locale is not found it will fall back to en as the default, but
if en isn't found it will just use the first value in the hash.

ex. `label: { es: 'Mi Etiqueta', fr: 'Mon Étiquette' }`
@kirkkwang kirkkwang merged commit 55b1d0a into flexible_double_combo Jun 26, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants