Donald Smith
Donald Smith
Getting an error running `api:doc` task: ``` [java] #["Must be a array (you provided a Hash)"]}}>> [java] uri:classloader:/jsonmodel_type.rb:385:in `block in validate' [java] uri:classloader:/validator_cache.rb:41:in `with_validator_for' [java] uri:classloader:/jsonmodel_type.rb:379:in `validate' [java] uri:classloader:/jsonmodel_type.rb:370:in `validate'...
I changed this to check the list of supported locales for language options instead of hardcoding in the partial.
I'm a little uncomfortable with this change. We end up with a parameter in the interface that is unused by the minter implementations currently in the application; I think this...
@andrew-morrison Thanks for the heads-up on that. We'll have to make sure someone tests that before we consider merging.
Just a note while it's fresh in my head - the one frontend test that is still failing CI has to do with a date picker component used for advanced...
#3006 implemented VCR for the indexer tests
@avatar382 looks like this change may have impacted the tests in `system_information_spec.rb`, as I'm seeing the same failures running the tests locally.
@andrew-morrison were you able to successfully run the public tests against this? I'm getting the same failures locally as the ones in CI. (Don't worry about the frontend failure)
Thanks for reporting this; I was able to reproduce the problem. It looks like a bug introduced in the recent rework of the infinite scrolling functionality for collection organization. A...