Ticket #2501 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

small error on l53 of EditableDropdown

Reported by: nicolaas Owned by: aoneil
Priority: trivial Milestone: 2.2.2-rc5*
Component: CMS - Field editor Version: 2.2.2-rc2
Severity: medium effort / impact Keywords:
Cc: Hours:

Description

</ul>ERROR:Error 8: Undefined index: Default

At l53 in /sapphire/forms/EditableDropdown.php

<ul>EditableDropdown?->populateFromPostData(Array)

I just added:

if(!isset($dataDefault?)) {

$dataDefault? = '0';

}

and that fixed it

Change History

Changed 8 months ago by sminnee

  • milestone set to 2.2.2-rc5

Changed 8 months ago by sminnee

  • status changed from new to closed
  • resolution set to fixed

Fixed in r54402.

Note: See TracTickets for help on using tickets.