Hi,
If I create an workflow and set the condition to "has changed to" and I reopen to edit it, the condition is set to "is". But in the database table I see "has changed to".
If I set other conditions like "contains" or "has changed from" and I reopen it, I see the correct condition.
Have any one a solution for this issue?
Regards, Daniel
Designs
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Activity
Sort or filter
Newest first
Oldest first
Show all activity
Show comments only
Show history only
Daniel VoelskowTitle changed from Workflows problem wirh "has changed to" to Workflows problem with "has changed to"
Title changed from Workflows problem wirh "has changed to" to Workflows problem with "has changed to"
@uma.s I have upgrade to the commit from today and upgrade the database too, but I have the same issue.
Can I take any checks, maybe check a variable in browser?
I check this with demo.vtiger.com, but there are the same issue.
You can try:
in Settings go to Automation --> Workflows and make a new Workflow (Standard)
use Documents Module, Trigger Worflow on: Document creation, + Add Condition: "Folder Name" "has changed to" "default" # here we have a own condition, not "Folder Name"
Save this
reopen the created Workflow
you see now "Folder Name" "is" "default" and NOT "Folder Name" "has changed to" "default"
@uma.s folders was an example. This issue exist on all conditions there have "has changed to" or "has changed from". I found now what is wrong. "has changed to" is missing in modules/Settings/Workflows/models/Field.php in 'string' => array(...)
I make shortly a commit