Modify ↓
Opened 12 years ago
Last modified 5 years ago
#10289 new defect
[Patch] action.set_owner gets reset on save
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | WorkflowEditorPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
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.
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | workfloweditor.set_owner.patch added |
---|
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Owner: | changed from Takanori Suzuki to Ryan J Ollos |
---|---|
Status: | new → assigned |
Summary: | action.set_owner gets reset on save → [Patch] action.set_owner gets reset on save |
Thank you for the patch, and sorry for the delay. I'll get it applied soon.
comment:3 Changed 5 years ago by
Owner: | Ryan J Ollos deleted |
---|---|
Status: | assigned → new |
Note: See
TracTickets for help on using
tickets.
patch to add the set_owner field