Forum OpenACS Q&A: Bug-tracker with Comment button for all registered users

Hi all,

I can't seem to figure out how to make my bug-tracker act like the one found on OpenACS.org. Mine will only allow comments by the submitter and the resolver. I kinda see where all this is being setup in the workflow setup in bug-procs.tcl, but I can't seem to make it work. I can't seem to browse cvs.openacs.org right now...so I can't even try to read the code to figure it out.

Here's what I've tried:

Adding a new role "user":

roles {
user {
pretty_name "User"
callbacks {
workflow.Role_AssigneeSubquery_RegisteredUsers
}
}

And then adding this to the actions:comment:

comment {
pretty_name "Comment"
pretty_past_tense "Commented"
allowed_roles { submitter resolver user }
privileges { read write }
always_enabled_p t
}

Nothing different happens. I have no doubt I'm missing many things that are needed to make this work, but I don't really have any idea where to start.

Anyone have a clue they can lend me?

I'd like an answer to this too. Anyone know?