You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider refactoring request_correction_of_bad_ownership_data.R to use get_user_rights_and_info(). get_user_rights_and_info() hides the complexity of resolving permissions. It returns all the active permissions for every project. Use get_user_rights_and_info() instead of rcur at
@ljwoodley Did you start on this one? I don't think it's urgent, but I thought we talked about this. Yet I can find no comment or PR that relates to it. I am confused
@ljwoodley Did you start on this one? I don't think it's urgent, but I thought we talked about this. Yet I can find no comment or PR that relates to it. I am confused
Yep, I started but did not finish before the break.
request_correction_of_bad_ownership_data.R does not use role data to locate project designers who get permission via that path.
Consider refactoring request_correction_of_bad_ownership_data.R to use get_user_rights_and_info().
get_user_rights_and_info()
hides the complexity of resolving permissions. It returns all the active permissions for every project. Useget_user_rights_and_info()
instead ofrcur
atrcc.billing/report/request_correction_of_bad_ownership_data.R
Line 61 in 9f201b1
Then remove line 64, and remove unused objects at lines 25 and 26. That might be enough to fix the issue.
The text was updated successfully, but these errors were encountered: