Explorar el Código

add link on item when edit=list

Thomas hace 14 años
padre
commit
e3f5f38b68
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Controller/CoreController.php

+ 2 - 0
Controller/CoreController.php

@@ -169,6 +169,8 @@ class CoreController extends Controller
             }
         }
 
+        $description = sprintf('<a href="%s" target="new">%s</a>', $admin->generateUrl('edit', array('id' => $object_id)), $description);
+
         return $this->createResponse($description);
     }