OSDN Git Service

StaticTable固定列設定後の遷移変更
authorCake <cake_67@users.sourceforge.jp>
Wed, 11 Aug 2010 00:58:06 +0000 (09:58 +0900)
committerCake <cake_67@users.sourceforge.jp>
Wed, 11 Aug 2010 00:58:06 +0000 (09:58 +0900)
app/controllers/profile_table_statics_controller.php

index 504bf8d..58bda8e 100644 (file)
@@ -67,7 +67,7 @@ class ProfileTableStaticsController extends AppController {
                                )
                        )) {
                                $this->Session->setFlash(__('The Static ProfileTable has been saved', true));
-                               $this->redirect(array('controller'=>'profile_tables', 'action'=>'admin_listview', $profileTable['ProfileTable']['profile_id']));
+                               $this->redirect(array('controller'=>'profile_table_statics', 'action'=>'admin_edit', $profile_table_id));
                        } else {
                                $this->Session->setFlash(__('The data could not be saved. Please, try again.', true));