VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: sandomatyas on September 26, 2018, 11:51:53 AM

Title: display created_on, modified_on data
Post by: sandomatyas on September 26, 2018, 11:51:53 AM
VM stores created_on/created_by/modified_on/modified_by data in the database but there's no outbut on the backend where I could check this data.
Could you please display this information in VM backend?
Title: Re: display created_on, modified_on data
Post by: Studio 42 on September 29, 2018, 00:02:21 AM
If you really need it, you can add an override in your admin template and render the informations you need.
Title: Re: display created_on, modified_on data
Post by: sandomatyas on October 01, 2018, 14:34:08 PM
Quote from: Studio 42 on September 29, 2018, 00:02:21 AM
If you really need it, you can add an override in your admin template and render the informations you need.

... and after every single VM update I need to check what changed in the core. I think some information on the product edit page won't hurt anybody
Title: Re: display created_on, modified_on data
Post by: Studio 42 on October 01, 2018, 15:18:31 PM
Adding an override work most time many time and because the file do not exist by default, it's never deleted.
If a day it break something, removing the file override solve the problem.
I use this for some customer and is the safest way to not redo the work again.
Note that the override can have same problems in your site template and break more time that admin changes.