Forum OpenACS Improvement Proposals (TIPs): TIP #138 (implemented) Add relation_tag to acs_data_links

Quest has a need for relation tags on acs_data_links. This change would allow for the definition of different link types between acs_objects. They would be freetext tags so the application could set them flexibly.

They could mirror the relation_tag on cr_item_rels; I would update the application_data_link::get* and new* procs to accept an optional relation_tag switch, and add a new relation_tag column to the acs_data_links table.

Thanks to Dave for the idea.

Collapse
Posted by Emmanuelle Raffenne on
I approve
Collapse
Posted by Don Baccus on
I approve
Collapse
Posted by Ryan Gallimore on
Implemented.

Committed to HEAD.