VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Quality & Testing VirtueMart 1.1.x => Virtuemart 1.1 Development (Archiv) => Q&T Resolved => Topic started by: Replika on December 05, 2007, 02:42:06 AM

Title: [FIXED] Can not update Product short description
Post by: Replika on December 05, 2007, 02:42:06 AM
I updated this field but it still has old value.
Confirmation needed.
Please have a look before the new beta version comes out  ;D
Title: Re: [r1073] Can not update Product short description
Post by: aravot on December 05, 2007, 02:44:52 AM
Already in the tracker https://dev.virtuemart.net/cb/proj/tracker/itemDetails.do?navigation=true&task_id=1574
Title: Re: [r1073] Can not update Product short description
Post by: Replika on December 05, 2007, 02:51:05 AM
Oops, sorry for this annoying.

The problem is in class ps_product.php
LINE 465:
'product_s_desc' => vmRequest::getVar('product_desc', '', 'default', '', VMREQUEST_ALLOWHTML),
should be:
'product_s_desc' => vmRequest::getVar('product_s_desc', '', 'default', '', VMREQUEST_ALLOWHTML),
Title: Re: [r1073] Can not update Product short description
Post by: aravot on December 06, 2007, 22:32:14 PM
Fixed in Beta 2 (rev 1077)