Skip to content
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

Return Empty List if no perms #2

Closed
rh0dium opened this issue May 3, 2013 · 2 comments
Closed

Return Empty List if no perms #2

rh0dium opened this issue May 3, 2013 · 2 comments
Assignees
Labels

Comments

@rh0dium
Copy link
Member

rh0dium commented May 3, 2013

Hey there,

Instead of getting the spinner forever - can you return an empty list.

Thanks

@ghost ghost assigned tiliv May 3, 2013
@tiliv
Copy link
Contributor

tiliv commented May 3, 2013

DatatableView doesn't really have access to the permission model, but the implementing class does. If the class is returning a 403, it's doing it before DatatableView had a chance to intervene.

Is it possible to use a 403 handler on the ajax response?

@tiliv
Copy link
Contributor

tiliv commented Jul 16, 2013

This was a business-logic issue we solved on the axis repo.

@tiliv tiliv closed this as completed Jul 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants