Author: peter
Date: 2008-11-10 16:13:06 -0800 (Mon, 10 Nov 2008)
New Revision: 1547
Modified:
trunk/qubit/apps/qubit/modules/actor/actions/updateAction.class.php
trunk/qubit/apps/qubit/modules/actor/actions/updateIsaarAction.class.php
Log:
roll back update->show routing until all inline editing is enabled
Modified: trunk/qubit/apps/qubit/modules/actor/actions/updateAction.class.php
===================================================================
--- trunk/qubit/apps/qubit/modules/actor/actions/updateAction.class.php
2008-11-10 22:33:53 UTC (rev 1546)
+++ trunk/qubit/apps/qubit/modules/actor/actions/updateAction.class.php
2008-11-11 00:13:06 UTC (rev 1547)
@@ -94,7 +94,7 @@
}
}
// return to default edit template
- return $this->redirect(array('module' => 'actor', 'action' => 'show', 'id'
=> $this->actor->getId()));
+ return $this->redirect(array('module' => 'actor', 'action' => 'edit', 'id'
=> $this->actor->getId()));
}
} //close execute()
Modified:
trunk/qubit/apps/qubit/modules/actor/actions/updateIsaarAction.class.php
===================================================================
--- trunk/qubit/apps/qubit/modules/actor/actions/updateIsaarAction.class.php
2008-11-10 22:33:53 UTC (rev 1546)
+++ trunk/qubit/apps/qubit/modules/actor/actions/updateIsaarAction.class.php
2008-11-11 00:13:06 UTC (rev 1547)
@@ -46,6 +46,6 @@
}
}
- return $this->redirect(array('module' => 'actor', 'action' => 'show',
'actor_template' => 'isaar', 'id' => $this->actor->getId()));
+ return $this->redirect(array('module' => 'actor', 'action' => 'edit',
'actor_template' => 'isaar', 'id' => $this->actor->getId()));
}
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---