Skip to content
Snippets Groups Projects
Commit 61c94d3d authored by Daniel Voelskow's avatar Daniel Voelskow
Browse files

Fixes #1236 Workflows problem with Documents module "has changed to" filter condition

parent de27a076
No related branches found
No related tags found
1 merge request!603Fixes #1236 Workflows problem with Documents module "has changed to" filter condition
......@@ -61,7 +61,7 @@ class Settings_Workflows_Field_Model extends Vtiger_Field_Model {
*/
public static function getAdvancedFilterOpsByFieldType() {
return array(
'string' => array('is', 'is not', 'contains', 'does not contain', 'starts with', 'ends with', 'has changed', 'is empty', 'is not empty'),
'string' => array('is', 'is not', 'contains', 'does not contain', 'starts with', 'ends with', 'has changed', 'has changed to', 'has changed from', 'is empty', 'is not empty'),
'salutation' => array('is', 'is not', 'contains', 'does not contain', 'starts with', 'ends with', 'has changed', 'is empty', 'is not empty'),
'text' => array('is', 'is not', 'contains', 'does not contain', 'starts with', 'ends with', 'has changed', 'is empty', 'is not empty'),
'url' => array('is', 'is not', 'contains', 'does not contain', 'starts with', 'ends with', 'has changed', 'is empty', 'is not empty'),
......
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