I have some code in the agility content type as below:
form.fieldset( 'transitionsLog', label=_(u"Transitions Log"), fields=['t_log'] ) form.mode(t_log='hidden') t_log = schema.TextLine( title=_(u'Transitions log'), )
Hide the t_log field in the add / edit form, but the tab for the Transition Log field set of fields is still displayed in the form, as described above ... 
Iām not going to hide the Transitions tab in the add / edit form,
How can i do this?
Andy source share