| Author: | Michael JasonSmith |
|---|---|
| Contact: | Michael JasonSmith <mpj17@onlinegroups.net> |
| Date: | 2014-10-06 |
| Organization: | GroupServer.org |
| Copyright: | This document is licensed under a Creative Commons Attribution-Share Alike 4.0 International License by OnlineGroups.Net. |
This product provides the Change group type page, and the basic infrastructure for changing the type of a group, including a vocabulary that list the different group types.
The group-type alters what the group page looks like, and who can post to the group [1]. In addition changing the group type should also alter some properties on the mailing list. The default properties are implemented by deleting the property from the mailing list object.
| Type | unclosed |
replyto |
|---|---|---|
| Discussion | False (default) | group (default) |
| Announcement | False (default) | sender |
| Support | True | sender |
| Closed | NA | NA |
| Unclosed: | The unclosed property lingers from MailBoxer,
and is used to allow non-members to post to a group. |
|---|
The Change group type page is provided at change-type.html
in the Group context. It uses the vocabulary to list all the
group types, the IUnsetType interface to figure out the
current group-type, and the ISetType interface to set the
type.
The vocabulary groupserver.GroupType lists all the different
group-types that are present on the system.
- Documentation: see the
docsfolder in this product - Code repository: https://github.com/groupserver/gs.group.type.set
- Questions and comments to http://groupserver.org/groups/development
- Report bugs at https://redmine.iopen.net/projects/groupserver
| [1] | See the Can post product for more information <https://github.com/groupserver/gs.group.member.canpost> |