Forum OpenACS Development: Re: CR child items - 'not allowed in this container'

Collapse
Posted by Ola Hansson on
Thank you Dave!

I added the following and it works.

select content_type__register_child_type(
        'cu_sequence',          -- parent_type
	'cu_sequence',	        -- child_type
	'generic',              -- relation_tag
	0,                      -- min_n
	NULL                    -- max_n		
);