[Chameleon-dev] [Bug 1366] New: [MLT] mlt calls dont take into
account widget inheritance
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Fri Mar 17 09:58:13 EST 2006
http://bugzilla.maptools.org/show_bug.cgi?id=1366
Summary: [MLT] mlt calls dont take into account widget
inheritance
Product: Chameleon
Version: 2.2
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: chameleon-dev at lists.maptools.org
ReportedBy: bartvde at xs4all.nl
MLT calls inside of .widget.php files now use a hard-coded string to get values
from the MLT, e.g. 'ClearWFSFilter' for the ClearWFSFilter widget:
$szNoFilterMessage = $this->moMLT->get( 'ClearWFSFilter', '1', 'There is no
filter to clear.' );
This should be (use mszWidgetName instead):
$szNoFilterMessage = $this->moMLT->get( $this->mszWidgetName, '1', 'There is no
filter to clear.' );
in order to deal with widget inheritance.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
More information about the Chameleon-dev
mailing list