Previous commit was fixing the wrong cause. Now I use two folders to make sure I'm trying to fetch the correct item. This should be done (in the long run) using a connect by / tree view.
Adding restriction in order to dont let users to drop their membership from a subgroup.This is controlled by the param AllowMembersDropGroup in dotlrn-portlet. Maybe another param(AllowMembersDropSubGroup) should controll this.
Adding restriction in order to dont let users to drop their membership from a subgroup.This is controlled by the param AllowMembersDropGroup in dotlrn-portlet. Maybe another param(AllowMembersDropSubGroup) should controll this.
1. Allow use of variables in form element names, so you can more easily build dynamic forms.2. Relax the rules slightly so you can initialize a form without providing a form block.