projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c7eeb
)
CRM-14787, on save redirect to listing
author
kurund
<kurund@civicrm.org>
Thu, 26 Jun 2014 08:43:27 +0000
(14:13 +0530)
committer
kurund
<kurund@civicrm.org>
Thu, 26 Jun 2014 08:43:27 +0000
(14:13 +0530)
----------------------------------------
* CRM-14787: URL should update after saving case-type
https://issues.civicrm.org/jira/browse/CRM-14787
js/angular-crmCaseType.js
patch
|
blob
|
blame
|
history
diff --git
a/js/angular-crmCaseType.js
b/js/angular-crmCaseType.js
index 5670a92dc16f0fb7993d603e85e6bdb979688d5e..1d0f9c6f90ac686a5bfc0f18de17a9352ee68c23 100644
(file)
--- a/
js/angular-crmCaseType.js
+++ b/
js/angular-crmCaseType.js
@@
-232,6
+232,7
@@
result.success(function(data) {
if (data.is_error == 0) {
$scope.caseType.id = data.id;
+ window.location.href = '#/caseType';
}
});
};