-
Notifications
You must be signed in to change notification settings - Fork 19
HYRAX-1670: remove bes container access calls #1241
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
base: master
Are you sure you want to change the base?
Conversation
I also added a ticket (HYRAX-1987) to address the larger issue regarding how the module's code is built.
jgallagher59701
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This coming along. Thanks. When this passes it's tests, it can be merged.
jgallagher59701
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make the changes and merge. Thamks.
|
|
|



Description
changed the function of NgapOwnedContainer::access() to just set the container type and added a secondary fct called alt_access() that does the previous functionality of access()
changed the dmrppRequestHandler::get_dmrpp_from_container_or_cache() to use the alt_access() fct
Tasks