peter schotman
New Member Posts:29
|
08/29/2013 2:59 PM |
|
In a category shortlist module our host users cannot see the entries, in the ajax panel view they can (we are using the default ascx). Other users with, sufficient rights on the category, can see the entries in both modules. we are using dnn623, dmx 6.1.5, catshortlist 2.6.0 Any ideas? Peter |
|
|
|
|
peter schotman
New Member Posts:29
|
08/29/2013 2:59 PM |
|
BTW no error is logged in DNN log. |
|
|
|
|
peter schotman
New Member Posts:29
|
08/29/2013 3:01 PM |
|
NB 2 this happens in a child portal |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
08/30/2013 10:02 AM |
|
Hoi Peter, What is happening is that the host user is being mapped to the wrong admin. The background to this is as follows: in DNN host users have no roles in a portal. So I cannot map them in the permissions. Instead, I have host users map to the administrator's UserId (set in the portal settings). This way he/she gets all content for administrators (which is how it should work). But when you *jump* portal, the host user might well still have the old user id and the administrator role in the new portal is not the same as in the old portal. So all of a sudden the host user doesn't see anything any more. I resolved this in the core module a long time ago, but maybe in some of the extensions you can still see this. Just to be sure: can you do a trial where you go straight to one of the sub portals and only then log in as host user? Does it work then? Best, Peter |
|
|
|
|
peter schotman
New Member Posts:29
|
08/30/2013 11:02 AM |
|
yes, correcting the admin settings for the child portal solved this issue. Thanks! |
|
|
|
|