Author: sevein
Date: Thu Oct 13 11:29:17 2011
New Revision: 10068
Log:
Declare module name to match desired route, fixes issue 2108 (see r9978, new
SWORD routes)
Modified:
trunk/apps/qubit/modules/informationobject/templates/_actions.php
Modified: trunk/apps/qubit/modules/informationobject/templates/_actions.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/_actions.php Thu Oct
13 11:23:15 2011 (r10067)
+++ trunk/apps/qubit/modules/informationobject/templates/_actions.php Thu Oct
13 11:29:17 2011 (r10068)
@@ -20,7 +20,7 @@
<?php if (QubitAcl::check($resource, 'update')): ?>
- <li><?php echo link_to(__('Move'), array($resource, 'action' =>
'move')) ?></li>
+ <li><?php echo link_to(__('Move'), array($resource, 'module' =>
'default', 'action' => 'move')) ?></li>
<?php if (null === $resource->repository || 0 !=
$resource->repository->uploadLimit): ?>
--
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.com/group/qubit-commits?hl=en.