Message Boards

How does liferay determine the order of user group pages?

Nick Sloot, modified 2 Years ago.

How does liferay determine the order of user group pages?

New Member Post: 1 Join Date: 9/14/21 Recent Posts

Hi, I have made two user groups to test this out. One gives the user his dashboard and profile, this one is assigned to all users on account creation. The second one is supposed to add a page to his existing dashboard pages. However instead of being added to the end of the nav menu, it takes over the home page of the dashboard(as in, it is now the landing page for dashboards). So my question is, how do I determine what user group page is used as the home page?

 

 

I'm sorry if this question is redundent, if so please point me to the documentation that answers this. I have not been able to find it though.
 

thumbnail
Olaf Kock, modified 2 Years ago.

RE: How does liferay determine the order of user group pages?

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts

Good question. I've never used them to the extent of having multiple pages contributed by multiple User Groups...

If you're unlucky, it's whatever order the database/permission checker/internal cache implies (e.g. undefined, might change over time). If you're lucky, you can alphabetize something (e.g. page names, user group names) and see if that has an effect. You'll still need to make sure that this effect is not only an artifact of the first unlucky option.