On this same plugin, I also like to have a feature so that a particular field will be noneditable after a certain workflow state.
This field is already handled to be editable with permission but need to be blocked from editing later on.
I’m thinking of something like
fielname.noedit = workflow_state, workflow_state2, etc.
I haven’t written entire plugin myself but the tweak should be done in blackmagic.py by gathering states to not be editable and set the field editable to false just like the option disable (I think).
Canh
--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/hTdddIKkhGYJ.
To post to this group, send email to trac-...@googlegroups.com.
To unsubscribe from this group, send email to trac-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
I would like to have this featue as well. Is there any way to do that by myself?