| 432 | | ptype_role_prefix = {'Section': ('Section', 'Contributor'), |
|---|
| 433 | | 'Workspace': ('Workspace', 'Contributor'), |
|---|
| 434 | | 'Members Workspace': ('Workspace', 'Contributor'), |
|---|
| 435 | | 'Wiki': ('Contributor', 'Reader'), |
|---|
| 436 | | 'Calendar': ('Workspace',), |
|---|
| 437 | | 'CPSForum': ('Forum',), |
|---|
| 438 | | 'Chat': ('Chat',), |
|---|
| 439 | | 'CPS Calendar': ('Attendee',), |
|---|
| 440 | | 'Blog': ('BlogManager', 'BlogPoster'), |
|---|
| 441 | | } |
|---|
| | 432 | ptype_role_prefix = { |
|---|
| | 433 | 'Section': ('Section', 'Contributor'), |
|---|
| | 434 | 'Workspace': ('Workspace', 'Contributor'), |
|---|
| | 435 | 'Members Workspace': ('Workspace', 'Contributor'), |
|---|
| | 436 | 'Wiki': ('Contributor', 'Reader'), |
|---|
| | 437 | 'Calendar': ('Workspace',), |
|---|
| | 438 | 'CPSForum': ('Forum',), |
|---|
| | 439 | 'Chat': ('Chat',), |
|---|
| | 440 | 'CPS Calendar': ('Attendee',), |
|---|
| | 441 | 'Blog': ('BlogManager', 'BlogPoster', 'Contributor', 'Reader'), |
|---|
| | 442 | } |
|---|