Manny Rodriguez

Results 19 comments of Manny Rodriguez

Ok, sounds good. Once 2.1.3 comes out, can I simply install that version and have the notes I haven't cleaned up yet be automatically fixed? I've fixed quite a few...

I worked on creating tests for this functionality, but had trouble creating an instance with a location. I used this code to set up a resource linked to a top_container:...

Traced the aforementioned exception to the factory for `json_container_location`. The following code will reproduce it: ``` location = create(:json_location, barcode: rand(10000).to_s) container_location = create(:json_container_location, :ref => location['uri']) ``` Searching the...

> @avatar382 the `staff_access?` method stuff in resources_controller looks out of context. Is it supposed to be here? I've renamed the method to remove the "?" since it's not returning...

@cdibella Could you add the values needed here?

To test, send a POST request to `http://BACKEND_URL/repositories/REPO_ID/jobs` with a body with content like: `{ "jsonmodel_type":"job", "status":"queued", "job":{ "jsonmodel_type":"mailer_job" }}`

Found this commit, and it should fix some of the issues addressed in this PR. Was this ever merged? Looks like Github isn't sure. https://github.com/archivesspace/archivesspace/commit/b62d09fde021b00a73b62ba1f7d9df02a793957d

https://github.com/archivesspace/archivesspace/issues/1910

The issues with classifications CSV export turned out to be caused by unrelated issue (the missing fields were not indexed) and addressed in #2797. Removed all work relating to classifications...