Alisha Evans

Results 16 comments of Alisha Evans

checking in to see if this issue has been triaged at all? I don't see it mentioned in the current [road map](https://github.com/integrations/slack/#roadmap-and-upcoming-features) and we cannot do it ourselves as you...

we were able to verify today that this issue has already been resolved. postgres gui (dbeaver) settings ![image](https://github.com/samvera/hyrax/assets/29032869/b1f9ff73-7380-45be-b661-d6963bd7ad03) after creating an admin set ![Screenshot 2023-05-24 at 1 31 55 PM](https://github.com/samvera/hyrax/assets/29032869/20de4cfd-1d04-4771-99e2-56798f5ed0e5)...

#6083 is the pr to fix #5796. the results while testing from that branch are below: - **edit**: I was directed to the "descriptions" tab on the edit screen. trying...

re: downloads the problem begins in `app/controllers/hyrax/downloads_controller.rb#file_set_parent`. ``` bash # in the regular app Hyrax.query_service.method(:find_by_alternate_identifier).source_location => ["/app/samvera/hyrax-engine/lib/wings/valkyrie/query_service.rb", 104] # in the valkyrie app Hyrax.query_service.method(:find_by_alternate_identifier).source_location => ["/usr/local/bundle/gems/valkyrie-3.0.3/lib/valkyrie/persistence/postgres/query_service.rb", 61] ```

I worked on #6085 with @sephirothkod but each of the spec pipelines had dozens or hundreds of failed specs for seemingly unrelated reasons. I tried to resolve some, then went...

> edit: I was directed to the "descriptions" tab on the edit screen. trying to change the title resulted in an error message: "There was a problem processing your request."...

`license` is a [required field](https://github.com/samvera/hyrax/blob/main/app/forms/hyrax/forms/file_set_edit_form.rb#L9) on the file set edit form. however, that form also says `self.model_class = ::FileSet`. that's true for hyrax, but the model class for koppie files...

I commented out requiring `license` in [file_set_metadata.yaml](https://github.com/samvera/hyrax/blob/main/config/metadata/file_set_metadata.yaml#L19) and that didn't work. next I tracked the what happened when rendering the edit page in hyrax and in koppie. both of them...

removing `license` from being required in [file_set_metadata.yaml](https://github.com/samvera/hyrax/blob/main/config/metadata/file_set_metadata.yaml#L19) and [Hyrax::Forms::FileSetForm](https://github.com/samvera/hyrax/blob/main/app/forms/hyrax/forms/file_set_form.rb) didn't ~make a difference either. turns out that the `change_set.validate(attributes)` was a red herring.~ allow the file set to be edited...

this ticket only refers to embargoes, but it appear leases also aren't working. it's out of scope, but the work has begun on #6111.