Hi,
CurrentPage.QueryDistinctAccess(AccessLevel.Edit)
Doesn't check the language settings. I also had to check:
LanguageBranch.Load(CurrentPage.LanguageBranch).QueryEditAccessRights(Page.User)
Is this by design?
Bump!
Why is not the language settings evaluated in QueryDistinctAccess()?
QueryEditAccessRights() was added in a hotfix (?), why was not this fixed in the QueryDistincAccess instead?
Hi,
Doesn't check the language settings. I also had to check:
Is this by design?