In trigger_assignemnts table the op field's type is set to varchar(32).
When we are working with Workflow Module for example the op field will hold the content type's human readable name.
So, when a content type's name is long varchar(32) will not do.
It must be validated somewhere in trigger_admin.inc or replaced by another short conversion.

Thanks

Comments

raffi’s picture

Title: Long Content Human readable names causes problems » Long Content Type Human readable names causes problems
Anonymous’s picture

Status: Active » Closed (works as designed)