-
Notifications
You must be signed in to change notification settings - Fork 68
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
[Feature Request] Alliance Maps Delete Permissions #187
Comments
It shouldn't be possible to delete the map unless you are a manager (requiring certain roles) or an admin (of the Pathfinder instance), if explicitly set in: ... or is my recollection of these a bit fuzzy? |
There is no settings for alliance maps, only corps. Anyone can create alliance map, and anyone can delete it. |
I think this is because user / manager / admin role come from eve online character's corporation role. |
Like I said, recollection may be a bit fuzzy on this subject. ;-)
Yeah the only way to solve it would be to assign the alliance executor corp the full ownership of the alliance, and take role permissions from that to evaluate if creating/deleting alliance maps should be possible. And I'm not so certain it is worth the effort. Mostly everyone I know who uses Pathfinder, uses a corporation map and just adds alt corps if even needed. With the addition of the And most wormhole groups rarely really need an alliance map. But there are those edge cases where bigger nullsec entities uses it.
Shouldn't have to disable it in the code itself, just set MAX alliance maps to zero, and you don't have to fiddle with the codebase on updates to disable it again. I will look into this however. In the original issue it says only managers can create alliance maps, which I can't recall being the case, but |
I agree, one can use corp map sharing feature instead, but it would be more convenient in our group to use alliance map.
Screenshot from regular user without permissions:
I do not insist to bring this feature to main branch, workaround with tweaking some code or db entry is ok for me. P.S. Also I want to notice that for some reason alliance map is missing in /admin/maps |
Follows exodus4d#906
Any chance for implementing this feature?
The text was updated successfully, but these errors were encountered: