Closed GoogleCodeExporter closed 8 years ago
to make the problem more clear:
i haven't used an empty url but this one:
array('label'=>Yii::t('UserModule.user', 'Delete User'),
'url'=>array('submit'=>array('delete','id'=>$model->id),'confirm'=>Yii::t("UserM
odule.user",
'Are you sure to delete this item?'))),
commenting out this line makes CMenu work.
Original comment by thyseus
on 8 Mar 2010 at 12:06
Your 'url' is specified incorrectly. Note that this is passed to
CHtml::normalizeUrl(), not CHtml::link(). You may consider using the 'template'
option (available in svn).
Original comment by qiang.xue
on 10 Mar 2010 at 8:24
Original issue reported on code.google.com by
thyseus
on 8 Mar 2010 at 11:04