Skip to content
Snippets Groups Projects
Commit 9c77432a authored by Peter Rotich's avatar Peter Rotich
Browse files

Fix assigned comments variable

parent f5eac69f
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,16 @@
* @version v1.7 RC4
* @signature c2a64ea46d1fb749f5d908820bb813a0
*
* Supports starts- and ends-with in email filter rules
*
* - Supports starts- and ends-with in ticket filter rules
* - Fix assigned template variable
*/
ALTER TABLE `%TABLE_PREFIX%filter_rule` CHANGE `how` `how` ENUM( 'equal',
'not_equal', 'contains', 'dn_contain', 'starts', 'ends' )
'not_equal', 'contains', 'dn_contain', 'starts', 'ends' );
-- %message
UPDATE `%TABLE_PREFIX%email_template`
SET `assigned_alert_body` = REPLACE(`assigned_alert_body`, '%message', '%{comments}');
UPDATE `%TABLE_PREFIX%config`
SET `schema_signature`='c2a64ea46d1fb749f5d908820bb813a0';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment