Bug on UserAccessManager->showPlGroupSelectionForm
-
the function is defined as:
public function showPlGroupSelectionForm($sObjectType, $iObjectId, $aGroupsFormName = null)
The problem is the last parameter, $aGroupsFormName. it should be $sGroupsFormName
public function showPlGroupSelectionForm($sObjectType, $iObjectId, $sGroupsFormName = null)
So that the Form Name that you pass along to it is printed to the html output. Otherwise, if you have multiple select forms in one page, they will all be named the same.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug on UserAccessManager->showPlGroupSelectionForm’ is closed to new replies.