Commit fcaffc045d1128b184a18bb9583c9921790ee4d3
1 parent
846c842d
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Fix content expiration
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/noosfero/plugin.rb
... | ... | @@ -731,7 +731,7 @@ class Noosfero::Plugin |
731 | 731 | def content_actions |
732 | 732 | #FIXME 'new' and 'upload' only works for content_remove. It should work for |
733 | 733 | #content_expire too. |
734 | - %w[edit delete spread locale suggest home new upload undo] | |
734 | + %w[edit delete spread locale suggest home new upload undo clone] | |
735 | 735 | end |
736 | 736 | |
737 | 737 | end | ... | ... |