Open GoogleCodeExporter opened 8 years ago
[deleted comment]
I mean "Magnifying glass".
Actually, following error message is shown.
Error 404
The system is unable to find the requested action "view".
Original comment by saku...@g.pugpug.org
on 29 Nov 2011 at 7:25
I've fixed this issue as follows inserting the line that tells correct URL.
views/order/admin.php:
< array(
< 'class'=>'CButtonColumn',
< 'template' => '{view}',
< ),
> array(
> 'class'=>'CButtonColumn',
> 'template' => '{view}',
>
'viewButtonUrl'=>'Yii::app()->createUrl("/shop/order/view", array(
"id"=>$data->order_id))',
> ),
Original comment by saku...@g.pugpug.org
on 29 Nov 2011 at 8:35
Original issue reported on code.google.com by
saku...@g.pugpug.org
on 29 Nov 2011 at 7:21