Hello,
i try to setup a chekin/chekout lock on my component,
so i make checked_out and checked_out_time fields on my table, autorize NULL values on my table file with :
protected $_supportNullValue = true;
and, sure, when i edit an item on my component, i can see the lock logo, with informations about who is on the record and all the stuff, but, here the issue, an other user still can access to the record with a simple error message :
Check-out failed with the following error: The user checking out does not match the user who checked out the item..
So, it seems something is missing for avoiding other users to access to checked_out records
i try to setup a chekin/chekout lock on my component,
so i make checked_out and checked_out_time fields on my table, autorize NULL values on my table file with :
protected $_supportNullValue = true;
and, sure, when i edit an item on my component, i can see the lock logo, with informations about who is on the record and all the stuff, but, here the issue, an other user still can access to the record with a simple error message :
Check-out failed with the following error: The user checking out does not match the user who checked out the item..
So, it seems something is missing for avoiding other users to access to checked_out records
Statistics: Posted by maximeb — Mon May 06, 2024 10:00 am