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

droplet’s picture

Project: Drupal core » Workflow
Version: 6.20 » 6.x-2.x-dev
Component: trigger.module » Code
Priority: Critical » Normal

how about the core modules ??

workflow module could alter DB during installation