VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: AbsoluteVM on June 13, 2013, 12:26:03 PM

Title: Multiple users on the same shop?
Post by: AbsoluteVM on June 13, 2013, 12:26:03 PM
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?
Title: Re: Multiple users on the same shop?
Post by: AbsoluteVM on June 14, 2013, 12:18:29 PM
Any ideas here guys? Cross use it causing saving issues!
Title: Re: Multiple users on the same shop?
Post by: Milbo on June 14, 2013, 12:55:13 PM
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.