Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Possible to lock the page when more than one admin editing the same content?

My store have multiple admin users, sometimes more than one users are editing the same content/product.

Is it possible for magento to check it with "first come first serve", reserve the editing rights for the first comer, and the later one cannot edit the content? Or magento already has similar solution? (Concurrent editing)

Hope anyone could answer it , thanks.

like image 375
leo Avatar asked Nov 11 '22 09:11

leo


1 Answers

A good start point is the Cartware CmsLock module, which allows a page or static block to be locked. You can customise around it and lock and unlock when someone access the edit page.

like image 105
Rafael Kassner Avatar answered Nov 14 '22 21:11

Rafael Kassner