Added xml file for schema
This commit is contained in:
committed by
Pradeep Nayak
parent
5596e9b90b
commit
ae5edc1f48
@ -214,7 +214,7 @@ use CRM_Core_Form_EntityFormTrait;
|
||||
if (!empty($result['is_error'])) {
|
||||
CRM_Core_Error::statusBounce($result['error_message'], CRM_Utils_System::url('civicrm/', "reset=1&action=browse"), ts('Cannot Delete'));
|
||||
}
|
||||
CRM_Core_Session::setStatus(ts('Selected Bank Account has been deleted.'), ts('Record Deleted'), 'success');
|
||||
CRM_Core_Session::setStatus(ts('Selected Related entity has been deleted.'), ts('Record Deleted'), 'success');
|
||||
}
|
||||
else {
|
||||
// store the submitted values in an array
|
||||
@ -240,7 +240,7 @@ use CRM_Core_Form_EntityFormTrait;
|
||||
);
|
||||
}
|
||||
if ($buttonName == $this->getButtonName('next', 'new')) {
|
||||
CRM_Core_Session::setStatus(ts(' You can add another Bank Account.'));
|
||||
CRM_Core_Session::setStatus(ts(' You can add another Related entity.'));
|
||||
$session->replaceUserContext(CRM_Utils_System::url('civicrm/relatedentities/add',
|
||||
"action=add&reset=1&entityTable={$this->entity_table}&entityId={$apiParams['entity_id_a']}")
|
||||
);
|
||||
|
Reference in New Issue
Block a user