-
Notifications
You must be signed in to change notification settings - Fork 546
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 the first user is setup with a new install of Oqtane and clicks on My Page
an error is logged
#2978
Comments
The behavior is supposed to be:
|
@sbwalker I got the behaviour, but what I am trying to say is that when the host user which you created at the installation of Oqtane visits the My Page which is personalized it looks for mypage/hosts. Host's personalised page is not created and the site starts logging errors every time you visit My Page because mypage/host doesn't exist |
If the user has the Role of |
fix #2978 - allow host users and admins to have personalized pages
@vnetonline I finally had a chance to take a closer look at this issue. You are correct that an error should not be logged for this scenario. The SiteRouter needs to be able to check if a personalized page exists, and if not, continue processing without logging an error. This has been resolved. In regards to the differences in user behavior... if the user who is logged in has Edit rights to the current Page then clicking Edit will put them into Edit Mode for that page. Previously this would NOT create a personalized page for them (because there would be no way for them to administrate the page). This has now been resolved. |
When the first user (Host User) is setup with a new install of Oqtane and clicks on
My Page
an error is loggedThe error is logged because there is no mypage/host which exists. so to fix this when the user is an
Host User
and/orAdministrator User
then they are not to have personalized pages??@sbwalker & @leigh-pointer your thoughts?
The text was updated successfully, but these errors were encountered: