Changeset 12729

Show
Ignore:
Timestamp:
10/10/07 13:11:15 (1 year ago)
Author:
bergie
Message:

Quick fix for chooser not getting the updated selected list

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.admin.user/handler/group/edit.php

    r12715 r12729  
    111111                // Show confirmation for the group 
    112112                $_MIDCOM->uimessages->add($this->_request_data['l10n']->get('midcom.admin.user'), sprintf($this->_l10n->get('group %s saved'), $this->_group->name)); 
    113                 break; 
     113                $_MIDCOM->relocate("__mfa/asgard_midcom.admin.user/group/edit/{$this->_group->guid}/"); 
     114                // This will exit. 
    114115                 
    115116            case 'cancel': 
  • trunk/midcom/midcom.admin.user/handler/user/edit.php

    r12715 r12729  
    102102                // Show confirmation for the user 
    103103                $_MIDCOM->uimessages->add($this->_request_data['l10n']->get('midcom.admin.user'), sprintf($this->_l10n->get('person %s saved'), $this->_person->name)); 
    104                 break; 
     104                $_MIDCOM->relocate("__mfa/asgard_midcom.admin.user/edit/{$this->_person->guid}/"); 
     105                // This will exit. 
    105106                 
    106107            case 'cancel':