Forum OpenACS Q&A: Re: Development Tutorial Available

Collapse
Posted by Gabriel Ricard on
In the advanced section there's a bit about adding comments to the notes themselves. This part of the document references certain notes scripts that weren't mentioned (notes.tcl, notes.adp, notes.xql) in the rest of the tutorial. I managed to create the scripts myself, and modify the index scripts to link the title of the notes to the view page. I can post those scripts if you want to include/modify them.

After I added the links to comments though, I could no longer delete the notes due to a foreign key reference (my guess is the comments linked to the note required the note to exist...). Anyways, the constraint that postgresql complained about was acs_obj_context_idx_anc_id_fk. If you want I can post the full error message.