Forum OpenACS Q&A: Response to New-ticket

Collapse
3: Response to New-ticket (response to 1)
Posted by Roberto Mello on

I am getting an error when trying to create a new team. PostgreSQL complains about referential integrity when team_add (I think) calls add_user_group saying that the group we're trying to create does not exist in user_group_types.

This may be because I am still running beta 2 (planning on upgrading this week, as soon as I finish the upgrade.sql, ugh!) but it brings me some questions:

  1. Why does the team manager need to create a new user group? Wouldn't it be easier to group scope it using an existing ACS group ? That way we'd have one more group scoped module, making administration easier.
  2. For every team created, a new group_type is created ?
  3. Can I create a "public" project ? One that everyone would be able to post issues. But how if, in order to do have new project I need a team and add people to the team ?

Thanks,

Roberto Mello