Forum OpenACS Improvement Proposals (TIPs): Re: TIP #86 (proposed): Allow a null table name associated with an object type.

A slight fly in the ointment ...

The CR views are created using the associated table name as the base, not the type name. The easiest thing to do is to not create the view when no table name is specified, but this will break code if later a table is added to the type ...

When we implement the equivalent to CR views for acs object types we should use the type name as the base rather than the table name ...