Changes between Initial Version and Version 1 of Ticket #10289


Ignore:
Timestamp:
Oct 20, 2012, 4:14:49 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10289 – Description

    initial v1  
    1 If you go into text mode and enter the line "action.set_owner = username", and then click "Apply Changes", the line gets removed and not saved.  The reason is that the WorkflowEditor plugin does not recognize the set_owner field. 
     1If you go into text mode and enter the line `action.set_owner = username`, and then click ''Apply Changes'', the line gets removed and not saved.  The reason is that the !WorkflowEditor plugin does not recognize the set_owner field. 
    22
    33I have attached a quick patch to fix this.  In the grid view this field will be hidden, but it can be used in the text view.  Note: the patch was made against an older version of the workfloweditor.js file, but the required changes are easy enough to apply manually.