Commit
5453c5a429cce865405105de0295f78fc1612be9
Exists in
master
and in
11 other branches
api-security, avoid_duplicated_tasks, layout_fix, proposal_response, proposal_task_category, proposal_task_category_required, proposals_discussion_block, remove_escaped_html, restore_rejected_proposal, staging, tasks_keep_filter_params
proposals_discussion: allow any users to create proposals
| @@ -24,4 +24,8 @@ class ProposalsDiscussionPlugin::Topic < Folder |
| @@ -24,4 +24,8 @@ class ProposalsDiscussionPlugin::Topic < Folder |
24
| end |
24
| end |
25
| end |
25
| end |
26
| |
26
| |
| |
27
| + def allow_create?(user) |
| |
28
| + true |
| |
29
| + end |
| |
30
| + |
27
| end |
31
| end |