Changeset 5009

Show
Ignore:
Timestamp:
12/05/07 15:36:41 (1 year ago)
Author:
sato
Message:

1497

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • components/news/trunk/news/news_controller.rb

    r4968 r5009  
    55  use_tiny_mce_attachable 
    66  contents_approval_controller('/news/news_item', :approval_item => '[_News_Approval_Item]', :approval_action => 'main', 
    7                                :after_approve_action => 'news_list', :after_return_action => 'news_list'
     7                               :after_approve_action => 'news_list', :after_return_action => 'news_list', :approval_componemt => 'news', :approval_function => 'approval'
    88  authorize :access 
    99  authorize :approval,  :only   => [:before_approve, :item_approve, :item_return, :after_approve, :after_return]