Forum OpenACS Development: DonB: about acs-object-management...

Collapse
Posted by Jim Lynch on
Hi Don and all,

Found a coupla issues you should be aware of,

  • Line 69 of www/admin/attribute.tcl calls dtype::edit_attribute which is not present, the dtype:: namespace is not defined in this package and there is not a dependency specified on dynamic types where the function and namespace might be defined.
  • Line 33 of www/admin/attribute-move.tcl sets a variable named function to something in the dtype:: namespace.
  • haven't completely investigated yet, but the pg sql drop script isn't working, and when it's run and I try to run the create script it fails; lots of unique constraints are fired/logged.

With regard to the dtype:: namespace, is the intent to include the namespace in core, essentially adding dynamic types, or is it intended to take the function bodies and other functionality and include it under some other name, perhaps in acs-object-management?