Exemple #1
0
 function _afterSave()
 {
     $reltype = $this->getData('reltype');
     $this->_removeRelatedLinks();
     $this->_saveRelatedLinks($reltype);
     parent::_afterSave();
 }
Exemple #2
0
 function _afterSave()
 {
     $this->_renewPermissions();
     $this->_updateSections();
     AMP_permission_update();
     parent::_afterSave();
 }
Exemple #3
0
 function _afterSave()
 {
     $this->_updateTemplates();
     $this->_updatePHPlistConfig();
     $this->_updatePunbbConfig();
     $this->_save_custom_config();
     $this->_clearCached();
     parent::_afterSave();
 }
Exemple #4
0
 function _afterSave()
 {
     $this->update_routes();
     parent::_afterSave();
 }
Exemple #5
0
 function _afterSave()
 {
     $this->_updateFormRef('AMPSchedule');
     $this->_updateFormRef('AMPAppointment');
     parent::_afterSave();
 }
Exemple #6
0
 function _afterSave()
 {
     if ($this->_save_with_callbacks) {
         $this->_save_aliases();
         $this->_save_route_slug();
         $this->_save_sections_related();
         $this->_save_tags();
     }
     parent::_afterSave();
 }
Exemple #7
0
 function _afterSave()
 {
     $this->_save_custom_config();
     $this->_save_route_slug();
     parent::_afterSave();
 }
Exemple #8
0
 function _afterSave()
 {
     $data = $this->getData();
     parent::_afterSave();
 }
Exemple #9
0
 function _afterSave()
 {
     AMP_permission_update();
     parent::_afterSave();
 }
Exemple #10
0
 function _afterSave()
 {
     $this->_renewPermissions();
     parent::_afterSave();
 }
Exemple #11
0
 function _afterSave()
 {
     $this->_saveLocations();
     parent::_afterSave();
 }