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:
f3a507a
)
setStatus to success, instead of info
author
Mathieu Lutfy
<mathieu@bidon.ca>
Tue, 14 Jul 2015 19:35:42 +0000
(15:35 -0400)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Tue, 14 Jul 2015 19:35:42 +0000
(15:35 -0400)
CRM/Case/Form/Activity.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/Form/Activity.php
b/CRM/Case/Form/Activity.php
index b528ea704c6a758b29b47dd566d2e0e431fabdf4..336a835658c1469a1fa206c4aaee46385c54c5b9 100644
(file)
--- a/
CRM/Case/Form/Activity.php
+++ b/
CRM/Case/Form/Activity.php
@@
-693,7
+693,7
@@
class CRM_Case_Form_Activity extends CRM_Activity_Form_Activity {
}
}
$title = ts("%1 Saved", array(1 => $this->_activityTypeName));
- CRM_Core_Session::setStatus($followupStatus . $mailStatus, $title, '
info
');
+ CRM_Core_Session::setStatus($followupStatus . $mailStatus, $title, '
success
');
}
}