We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error when viewing ontologies with views in Slices:
FrozenError - can't modify frozen Array: [#<LinkedData::Models::Ontology:0x00005559335e64b0 ... /srv/ontoportal/ontologies_api/releases/20240916222827/helpers/slices_helper.rb:15:in `delete_if' /srv/ontoportal/ontologies_api/releases/20240916222827/helpers/slices_helper.rb:15:in `filter_for_slice' /srv/ontoportal/ontologies_api/releases/20240916222827/helpers/application_helper.rb:128:in `reply'
The text was updated successfully, but these errors were encountered:
replace delete_if with select
f98bead
to avoid modifying the original array, which prevents issues with frozen arrays, fixes #161 "FrozenError - can't modify frozen Array" (part 2)
16d50db
alexskr
No branches or pull requests
Error when viewing ontologies with views in Slices:
The text was updated successfully, but these errors were encountered: