Ticket #546 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Add ability to pass config options to recenter combobox

Reported by: aabt Owned by: fredj
Priority: minor Milestone: framework.client 1.2.1 Release
Component: framework.client Version: SVN
Keywords: Cc:
State: Commit

Description

Attached patch allows to pass config options to recenter combobox, to be merged with default ones. Please review.

Attachments

mapfish…456_r3337_A0.diff (1.0 kB) - added by aabt 3 years ago.

Change History

Changed 3 years ago by aabt

Changed 3 years ago by bbinet

  • state set to Commit

Your patch looks good. I think that:

Ext.apply(object1, object2 || {});

is equivalent to:

Ext.apply(object1, object2);

Please commit.

Changed 3 years ago by aabt

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

(In [3338]) add ability, in recenter widget, to pass options to combobox constructor, r=bbinet (closes #546)

Note: See TracTickets for help on using tickets.