Jump to content



Latest News: (loading..)

Issue Information

  • #000232

  • 1 - Low

  • Fixed

  • 3.0

  • 3.0.1

Issue Confirmations

  • Yes (0)No (0)
Photo

Configuration batch edit

Posted by Gergely on 02 April 2011 - 04:48 AM

When admin select 2 dropdown fields, the array id will shown in batch edit.

Updating status to: Confirmed
Updating severity to: 1 - Low

Thanks Harald,

yes it was very easy but keep 2 hours :D

Change:
 	if ( strlen($Qcfg->value('set_function') > 0 ) ) { 

To:
 	if ( strlen($Qcfg->value('set_function')) > 0 ) { 

ohhh...

https://github.com/tgely/oscommerce/commit/4180762060396e4c5dbf60264af48efff4fec2d3

Regards,
Gergely

Updating status to: Fixed
Issue fixed in: 3.0.1

Fixed with the following commit:

https://github.com/osCommerce/oscommerce/commit/c1633dfde7523769e3654f8bf3188575adce680e

Thanks!

Moving to: osCommerce Online Merchant v3.x

Updating severity to: 1 - Low
Updating status to: Fixed
Updating version to: 3.0
Issue fixed in: 3.0.1