-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unable to upload the registration data which consist the Subject Type form element. #727
Comments
The issue was due to addition of new Privilege check as part of our Privileges over-haul done in 2022. @sachsk As part of Subject creation via CSV, please specify UUID or ExternalId(LegacyId) for the SubjectType field "School", instead of specifying the name. I was able to create a Teacher via below CSV Upload, using School UUID as value, in Staging env, Collectives for Integrated Livelihood Initiatives org.(Diff from Prod UAT org, subjectType names are not same). Teacher created: https://staging.avniproject.org/#/app/subject?uuid=d61e027e-d3e1-4059-b597-164b9579f4e2 |
@himeshr what is the new privilege? Oh you mean no group other than Administrator group can have the 'All privileges' turned on and if it is, it will not be respected? |
Its not all that complex.. its a minor change in the Privilege we check for. |
Moved to QAReady, as its a 1 line code change to use a different Privilege. |
…-server upload-user as well
Issue:
Having trouble while uploading data using CSV. The error message says: "java.lang.Exception: Error in rule server. Message: 'Request failed with status code 403'."
CSV :- cini school teacher.csv
username: sachink@cini_uat
Analysis:
Stack trace:-
The text was updated successfully, but these errors were encountered: