Commit 9f22ba3e90a3098f2510f38226f2c30ae2b5818b
1 parent
4d184a76
Exists in
master
and in
22 other branches
plugins-hotspots: add new content action undo
ActionItem3115
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/noosfero/plugin.rb
@@ -569,7 +569,7 @@ class Noosfero::Plugin | @@ -569,7 +569,7 @@ class Noosfero::Plugin | ||
569 | def content_actions | 569 | def content_actions |
570 | #FIXME 'new' and 'upload' only works for content_remove. It should work for | 570 | #FIXME 'new' and 'upload' only works for content_remove. It should work for |
571 | #content_expire too. | 571 | #content_expire too. |
572 | - %w[edit delete spread locale suggest home new upload] | 572 | + %w[edit delete spread locale suggest home new upload undo] |
573 | end | 573 | end |
574 | 574 | ||
575 | end | 575 | end |