Opened 12 years ago

Last modified 4 years ago

#10289 new defect

action.set_owner gets reset on save — at Version 1

Reported by: mfwhite5@… Owned by: Takanori Suzuki
Priority: normal Component: WorkflowEditorPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

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.

I 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.

Change History (2)

Changed 12 years ago by mfwhite5@…

patch to add the set_owner field

comment:1 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.