Checkout vs edit
Roman
New Member
Posts: 9
9 years 9 months ago #636
by 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 Log in or Create an account to join the conversation.
Andres Maeso
Platinum Member
Posts: 338
9 years 9 months ago - 9 years 9 months ago #643
by Andres Maeso
Andrés Maeso
Customer relations manager at Joomla Component Creator.
This email address is being protected from spambots. You need JavaScript enabled to view it.
Replied by Andres Maeso on topic Checkout vs edit
Hi
Thank you for the report, we are looking into it. If you find any other bug please send it to This email address is being protected from spambots. You need JavaScript enabled to view it.
Thank you for the report, we are looking into it. If you find any other bug please send it to This email address is being protected from spambots. You need JavaScript enabled to view it.
Andrés Maeso
Customer relations manager at Joomla Component Creator.
This email address is being protected from spambots. You need JavaScript enabled to view it.
Last edit: 9 years 9 months ago by Andres Maeso.
Please Log in or Create an account to join the conversation.
Time to create page: 0.052 seconds