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

Error in include template "/var/www/openacs/packages/openacs-bootstrap3-theme/resources/templates/packages/forums/lib/search/search-form": can't read "form:id": no such variable
Don,

Can we just create a view using coalesce(table_name,object_type) or nvl(table_name,object_type) so that existing code behaves the same and tableless types still get a view? Otherwise the content::revision::new and any code relying on views will break.