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:
c378f24
)
More appropriate status message when saving a case
author
Coleman Watts
<coleman@civicrm.org>
Sat, 30 Mar 2013 06:03:31 +0000
(23:03 -0700)
committer
Coleman Watts
<coleman@civicrm.org>
Sat, 30 Mar 2013 06:03:31 +0000
(23:03 -0700)
CRM/Case/Form/Case.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/Form/Case.php
b/CRM/Case/Form/Case.php
index 4925bf74acca77cc9bb76c7279fca1cdd7171f50..f69a3241d7f9c01ae524d74e750966a686b010d8 100644
(file)
--- a/
CRM/Case/Form/Case.php
+++ b/
CRM/Case/Form/Case.php
@@
-428,7
+428,7
@@
class CRM_Case_Form_Case extends CRM_Core_Form {
// 5. auto populate activites
// 6. set status
- CRM_Core_Session::setStatus($params['statusMsg'],
'', 'info
');
+ CRM_Core_Session::setStatus($params['statusMsg'],
ts('Saved'), 'success
');
}
}