-
Notifications
You must be signed in to change notification settings - Fork 20
File: restricted file(in .tab format) should be shown even it's restricted #729
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
File: restricted file(in .tab format) should be shown even it's restricted #729
Conversation
g-saracca
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.
Nice workaround, works good also
|
@ChengShi-1 I've approved this already, but please solve merge conflicts and I will approve again 👍🏼 , thanks! |
…-filetab-format-cannot-be-accessed
|
@ofahimIQSS Hi Omer, the screenshot here is from JSF, could you see if it's the same on SPA again? Thanks! |
|


What this PR does / why we need it:
http://localhost:8000/api/v1/files/4/dataTables leads an error {"status":"ERROR","message":"Insufficient permissions to access the requested information."}This error affected the file page and dataset page, preventing the file info to be displayedThe correct way is, even the file is restricted, basic file info in dataset file lists should be shown, and file page should be shown without error.
Which issue(s) this PR closes:
Special notes for your reviewer:
Suggestions on how to test this:
Two users: user A and user B (you could also log in A in JSF and B in SPA, same behavior below)
.tabformat fileDoes this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?:
Additional documentation: