nblgeoweb VIP
Total posts: 178
26 Oct 2014 09:33

When a user tries to edit a record that is checked out by someone else, the edit form opens but a message is displayed at the top saying the record is checked out. It would be great if this message would say a little more like who has the record checked out. You probably shouldn't be able to get into the edit form at all when a record is checked out but a better message would help.

On a related note, do you know how I get the checkout status of a record in php? I would like to put a checkout icon in my record list template for editors.

Last Modified: 27 Oct 2014


Sergey
Total posts: 13,748
27 Oct 2014 00:54

$item->checked_out - ID of the user who is editing and $item->checked_out_time is the time when.

Powered by Cobalt