-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Activity stream actions not overridable #4684
Comments
Just noticed that after #4627 this is no longer relevant in master. I'll target 2.8 for this. |
amercader
added a commit
that referenced
this issue
Mar 14, 2019
Otherwise they can not be overridden
wardi
added a commit
that referenced
this issue
Mar 14, 2019
…tions [#4684] Use get_action to call activity actions
smotornyuk
pushed a commit
that referenced
this issue
Jun 16, 2019
Otherwise they can not be overridden
amercader
added a commit
that referenced
this issue
Sep 4, 2019
amercader
pushed a commit
that referenced
this issue
Sep 4, 2019
This occurred because the docker/python:2 image switched from Debian stretch to buster this week. Buster uses openjdk 11 instead of 8, but even with this CKAN was unable to talk to Solr - maybe to do with AppArmor enabled in Buster. It was just easiest to pin back to stretch.
wardi
added a commit
that referenced
this issue
Sep 5, 2019
…tions-2 [#4684] Add missing get_action calls
smotornyuk
pushed a commit
that referenced
this issue
Mar 24, 2020
smotornyuk
pushed a commit
that referenced
this issue
Mar 24, 2020
This occurred because the docker/python:2 image switched from Debian stretch to buster this week. Buster uses openjdk 11 instead of 8, but even with this CKAN was unable to talk to Solr - maybe to do with AppArmor enabled in Buster. It was just easiest to pin back to stretch.
smotornyuk
pushed a commit
that referenced
this issue
Mar 24, 2020
smotornyuk
pushed a commit
that referenced
this issue
Mar 24, 2020
This occurred because the docker/python:2 image switched from Debian stretch to buster this week. Buster uses openjdk 11 instead of 8, but even with this CKAN was unable to talk to Solr - maybe to do with AppArmor enabled in Buster. It was just easiest to pin back to stretch.
smotornyuk
pushed a commit
that referenced
this issue
Mar 25, 2020
fostermh
pushed a commit
to cioos-siooc/ckan
that referenced
this issue
Sep 10, 2021
…-jdk This occurred because the docker/python:2 image switched from Debian stretch to buster this week. Buster uses openjdk 11 instead of 8, but even with this CKAN was unable to talk to Solr - maybe to do with AppArmor enabled in Buster. It was just easiest to pin back to stretch.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some calls to action functions in
action/get.py
call the functions directly instead of usingget_action
, meaning they can't be overridden from extensions.The text was updated successfully, but these errors were encountered: