Forum OpenACS Development: Response to Problems with create_type

Collapse
Posted by Dan Wickstrom on
When a content type is created, a rule is placed on the input view to handle inserting data for the new type. The rule is updated each time the type is changed such as when adding a new attribute. It looks like the old rule is not being dropped when the content type trigger is refreshed, and I wonder if it might be due to truncation of the rule name. Try the following and post the result:

	select rule_exists('cr_wp_presentations_audience_r','cr_wp_presentations_audiencei');