Checkout vs edit
Roman
New Member
Posts: 9
9 年 9 个月 前 #636
由 Roman
Checkout vs edit was created by Roman
Hi,
In a single view
if user once push edit button (checkout item)
and don't save/cancel
this user have no edit button anymore, so user can't checkin.if recplace to checkedOut user able to finish the job:)
In a single view
if user once push edit button (checkout item)
and don't save/cancel
this user have no edit button anymore, so user can't checkin.
if($canEdit && $this->item->checked_out == 0):
$UserId = JFactory::getUser()->id;
if($canEdit && ($this->item->checked_out == 0 ||$this->item->checked_out == $UserId)):
Please 登录 或 注册一个帐号 to join the conversation.
创建页面时间:0.045秒