I want is that by default users of specific group have a default private pages. that can not be modified. So that I created below hierarchy.
Organization--School
=======================
User Group--Head of Department --private pages --set site templates as "HOD Site Templates".
Site templates--HOD Site templates--private pages: 'View Task' , 'View Application'
User: John Miller is member of user group "Head Of Department".
=======================
User Group--Department--private pages--set site templates as "Department Site templates"
Site Templates--Department Site Templates--private pages:'View Task'
User: Daryl is a member of user group "Department"
=======================
The Problem is that when lets say "John Miller is member of group "Head Of Department" & "Department". Then When user John Miller logged in at that time its default private pages is "1.View Task 2.View Application 3.View Task"
I want is that if same page occurs then it combines to 1 page in our case it should combine to 1.View Task.
So when john miller logged in then in private pages it should display only "1.View Task 2.View Application"
Basically idea is that define default private pages on group and allocate to user but when multiple group assign to particular user the private pages of that user is duplication due to above issue. Note: I read couple of article Like
But I can't succeed yet.