danielbidala VIP
Total posts: 153
10 May 2016 16:55

Is it possible to add feature to checkin records from the frontend?

Last Modified: 17 May 2016

Tags Cobalt 9


danielbidala VIP
Total posts: 153
13 May 2016 06:24

HI > Sackgesicht

Thanks for the tip. It's good staff but is there a way to do it per record?


Sackgesicht VIP
Total posts: 1,636
13 May 2016 08:44

By default there is no such functionality in Cobalt as far as i know. The SQL command to checkin a specific record is

"UPDATE #__js_res_record SET checked_out = 0, checked_out_time = '0000-00-00 00:00:00' WHERE id = $record_id"

Replace $record_id with the id of the record you want to checkin.

One approach might be to mark/indicate locked records on the list view and offer a button to check them in again (maybe with a little time delay to still allow the other user to make changes).


Sergey
Total posts: 13,748
13 May 2016 11:29

danielbidala Is it possible to add feature to checkin records from the frontend?

I'll add it in Cobalt 9.


danielbidala VIP
Total posts: 153
17 May 2016 08:34

Thanks again Sackgesicht! I will make some workaround according to your suggestions!

Hi Sergey. It sounds well. I'm waiting Cobalt 9 as the Messiah :)

Powered by Cobalt