Posted by smithmilner on May 24, 2011 at 6:31pm
2 followers
Jump to:
Issue Summary
I created a flag called "moderate_this_bus_or_org" and tried assigning some actions to it. It failed because the flag name couldn't fit into the "trigger_assignments" table.
Comments
#1
hello?
#2
Workflow module is having the same issue: #1062066: the OP field is too long for trigger_assignments table and #460554: Actions disappearing: op field in drupal_trigger_assignement is to short, indicating that this problem would best be served by fixing the column size in trigger module rather than forcing flag names to become shorter. There's a core issue already (though it hasn't seen much movement) here: #294386: fields in drupal_trigger_assignments needs to be longer to support content types with long names.