samvera / hyku

Hyku: A multi-tenant Hyrax application built on the latest and greatest Samvera community components. Brought to you by the Hydra-in-a-Box project partners and IMLS; maintained by the Hyku Interest Group.
https://samvera.atlassian.net/wiki/spaces/hyku/overview
Other
94 stars 46 forks source link

:bug: [i37] - Fix syntax error on contact page #2235

Closed ShanaLMoore closed 4 weeks ago

ShanaLMoore commented 4 weeks ago

This commit fixes the reason why the contact page would throw an error. There was a syntax error.

Issue:

BEFORE

image

AFTER

image
github-actions[bot] commented 4 weeks ago

Test Results

    3 files  ±0      3 suites  ±0   15m 41s :stopwatch: -57s 1 760 tests ±0  1 730 :white_check_mark: +1  30 :zzz: ±0  0 :x:  - 1  1 779 runs  ±0  1 747 :white_check_mark: +1  32 :zzz: ±0  0 :x:  - 1 

Results for commit b86f12d5. ± Comparison against base commit e5e6feed.

This pull request removes 26 and adds 26 tests. Note that renamed tests count towards both. ``` spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to destroy ef0041c0-677f-413e-a3ea-f60afbf766c3 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to edit ba1e2c35-5450-493e-a02f-ceecd3a35294 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to read b96680f4-4eac-4b12-82ed-bc91050c885b spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to update 896e6275-d697-47bf-b7e6-072ec1578456 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to destroy d61d17e3-0409-4623-8f3c-6a0bc239afe4 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to edit 76048e5e-15a5-4e9b-94da-733d9e90336a spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to read 91991e66-e823-4183-9b50-a831ad4850d0 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to update 16da613b-6c32-4fa0-ab83-2dd75911c8f5 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Image permissions is expected not to be able to destroy 2256ab3c-a02c-42ee-b25b-9c6f0dbba2a6 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Image permissions is expected not to be able to edit fc1ca315-4aa7-47a2-9359-816081bb8a59 … ``` ``` spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to destroy c8df3d5e-294a-48d5-aa3b-3b7d2339e14c spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to edit 76730943-5a02-40cb-8d01-74144912852b spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to read 5927a94b-515b-48b4-9d60-fbd913285ddf spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to update 10219308-3adf-4deb-a364-69dc883aae69 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to destroy 05935a3d-d46b-4c8f-aeef-a42936c03356 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to edit e820460e-cc74-48ea-99c6-b311101b9d0f spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to read 0fd07404-212f-4d91-94e4-3bd400d16a79 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to update 5e3ef63c-ef98-40c6-8e58-a568882ea5d0 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Image permissions is expected not to be able to destroy 677ead4a-c99c-47ce-88fb-1b49821f7627 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Image permissions is expected not to be able to edit f20bdf7e-a22e-4781-9378-6442a9dcc4f0 … ```