the op column type of trigger_assignments table is set to varchar(32) and the values of this column are constructed in a way something like this (in workflow module):

some text + content type +some text

but the type of my content type is more than 32 chars alone! so it cuts the end of my op field and it wont show the assigned triggers!

Comments