Commit 3e028f74c1e94453fa3e3aa8fe00d2542414691a
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'reject_details_all' into stable
Showing
8 changed files
with
1 additions
and
29 deletions
Show diff stats
app/models/abuse_complaint.rb
app/models/approve_article.rb
app/models/approve_comment.rb
app/models/create_community.rb
app/models/create_enterprise.rb
... | ... | @@ -164,10 +164,6 @@ class CreateEnterprise < Task |
164 | 164 | {:message => _('%{requestor} wants to create enterprise %{subject}.')} |
165 | 165 | end |
166 | 166 | |
167 | - def reject_details | |
168 | - true | |
169 | - end | |
170 | - | |
171 | 167 | def task_created_message |
172 | 168 | _('Your request for registering enterprise "%{enterprise}" at %{environment} was just received. It will be reviewed by the validator organization of your choice, according to its methods and criteria. |
173 | 169 | ... | ... |
app/models/task.rb
plugins/bsc/lib/bsc_plugin/associate_enterprise.rb
plugins/sub_organizations/lib/sub_organizations_plugin/approve_paternity.rb
... | ... | @@ -28,10 +28,6 @@ class SubOrganizationsPlugin::ApprovePaternity < Task |
28 | 28 | {:message => _('%{requestor} wants to add this organization as a sub-organization of %{linked_subject}.')} |
29 | 29 | end |
30 | 30 | |
31 | - def reject_details | |
32 | - true | |
33 | - end | |
34 | - | |
35 | 31 | def icon |
36 | 32 | {:type => :profile_image, :profile => parent, :url => parent.url} |
37 | 33 | end | ... | ... |