Hello
I'm looking to have the Joomla feature, when a content page is being edited another user cannot enter and edit that content page.
However, I want this for products. Is this possible?
Any ideas here guys? Cross use it causing saving issues!
It is prepared and planned. Check for locked_by in the code. Almost all tables have it already. We miss atm a nice js script and php script, which automatically unlocks it. We use very often just the back function, because it is offline cached and so we have always the trouble with locked products. We try to find a smarter solution then joomla.
For example a script checking, when you enter another view or product, that the old item must be unlocked.