-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
When viewing Links, errors can be generated #4990
Comments
What PHP version? |
php -v |
I have seen that when an external link is created by a specific user, in order to make it seen by others, you have to change the settings of the individual user. |
Thanks for reporting that backtrace. That was a bug and I'll use this ticket to correct it. On the other issue, it seems quite odd. First, you have to grant the user access to the links, and then you have to give them access to the specific link. Maybe you did one and not the other. |
Backtrace generated on the Links page due to undefined variable use
Use group permissions. It makes life much easier. |
Did you use the 'Copy User' dropdown to make the new user? If so, and it did not set the Links realms, that is another bug. |
I have not configured a new user, the change was related to making the page visible to existing users. Doing it per group is a great suggestion. Thanks a lot for the info. |
Hi Guys,
When you create an external links to a web page with a user that has the correct permissions, for example USER1, the latter is able to correctly view the site as a TOP TAB and recall it.
USER1
If you create a second user, for example USER2 with the same permissons, the same will correctly display the URL in the external links but will not be able to recall it due to a permissions problem.
USER2
I don't know if the behavior is correct or if the external links must be personal and not viewable by other users.
Thanks a lot.
The text was updated successfully, but these errors were encountered: