-
Notifications
You must be signed in to change notification settings - Fork 20
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
Correct URL ownership issue. #16
Conversation
It was returning just after testing if the user is an Editor. Now it check the ownership of the URL too.
Affects Issue #15 . |
Yep, have the same or similar problem: |
@plablo : Your solution works fine. Now the editors and contributors can edit their own links. |
Update, As you said in your document, edit and delete for editor to contributors links can be limited but why he cannot share and see stats of it? In your Document as below, |
I haven't had much time to dig into this, but I suspected this pull request would result in loss of other functions. I have some time this weekend... I hope to explore this issue. |
@plablo I appreciate your work here. I rewrote that entire function, which was a mess. |
@joshp23 |
@joshp23 Somewhere editor role got messed up. |
editor should be able to edit and delete all urls. that's how I've set up the default. the editor cannot manage plugins, or site settings. |
Thanks for the response :) I really appreciate your work. |
It was returning just after testing if the user is an Editor.
Now it checks the ownership of the URL too.