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
Describe the bug An admin user is not able to load surveys when creating an event in the Admin app. This issue is related to: https://github.com/rokwire/illinois_admin/issues/397
To Reproduce Steps to reproduce the behavior:
Expected behavior The surveys are loaded successfully.
Please remove the required permissions for the APIs:
So that these APIs do not require permissions similar to the Client APIs.
Additional context The problem is that the admin user does not have permissions to load the surveys: get_surveys, updated_surveys, delete_surveys or all_surveys. In result the API https://api-dev.rokwire.illinois.edu/surveys/doc/ui/index.html#/Admin/get_api_admin_surveys returns 403 Forbidden:
get_surveys
updated_surveys
delete_surveys
all_surveys
Request: GET: https://api-dev.rokwire.illinois.edu/surveys/api/admin/surveys?types=template.event_follow_up
GET: https://api-dev.rokwire.illinois.edu/surveys/api/admin/surveys?types=template.event_follow_up
Response:
403 Forbidden { "message": "Error validating request: error validating permission", "status": "forbidden" }
The result would be the same when creating, updating or deleting a survey.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
An admin user is not able to load surveys when creating an event in the Admin app. This issue is related to: https://github.com/rokwire/illinois_admin/issues/397
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The surveys are loaded successfully.
Please remove the required permissions for the APIs:
So that these APIs do not require permissions similar to the Client APIs.
Additional context
The problem is that the admin user does not have permissions to load the surveys:
get_surveys
,updated_surveys
,delete_surveys
orall_surveys
. In result the API https://api-dev.rokwire.illinois.edu/surveys/doc/ui/index.html#/Admin/get_api_admin_surveys returns 403 Forbidden:Request:
GET: https://api-dev.rokwire.illinois.edu/surveys/api/admin/surveys?types=template.event_follow_up
Response:
The result would be the same when creating, updating or deleting a survey.
The text was updated successfully, but these errors were encountered: