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

Access Control List missing many layers if there is only one problematic layer #16

Open
smesdaghi opened this issue May 16, 2013 · 5 comments

Comments

@smesdaghi
Copy link
Member

When user is not logged into GeoNode the access control list is used to present them with the list of layers they should be able to see. when executing:
python manage.py update layers --ignore-errors
if there are in fact any errors, (we had an error where it could not resolve the style of a particular layer) update layers continues however, the ACL will be partial. We removed the layer that had the error and re-ran updatelayers which corrected the partial ACL.

@jj0hns0n
Copy link

@smesdaghi is there a way to reliably replicate this one?

@ghost ghost assigned jj0hns0n Jun 18, 2013
@jj0hns0n
Copy link

@smesdaghi lets test this on the single layer that failed using the new filters for updatelayers in GeoNode#925 ... we should be able to isolate the problem this way and try to debug this.

@smesdaghi
Copy link
Member Author

okay, I am on an older build. As soon as we get the latest build setup, we can test. thanks.

@jj0hns0n
Copy link

@smesdaghi any update on this one? I believe it shoudl be fixed or we can use the filter.

@garnertb
Copy link

garnertb commented Sep 4, 2013

This crept up last week. The _thumbnail_url method was failing in the save process (due to special characters) and layer.set_default_permissions() was never run.

garnertb pushed a commit that referenced this issue Aug 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants