Bug 619 - LegendTemplate does not work correctly after loading context
: LegendTemplate does not work correctly after loading context
Status: RESOLVED WORKSFORME
: Chameleon
Widget
: 1.99
: PC Windows XP
: P2 normal
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-08-18 04:26 by
Modified: 2004-08-19 08:21 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-08-18 04:26:49
After loading a web map context, removing layers, changing the layer visibility
etc. does not work anymore. After a UpdateMap press the old situation of the
loaded context comes back to the application.
------- Comment #1 From 2004-08-19 08:21:55 -------
Sorry guys, my mistake.

I had forgotten that I had changed something in the LegendTemplate widget which
caused this problem:

//$szValue = " <INPUT TYPE=HIDDEN NAME=$szVariable VALUE=\"\">\n";
$szValue = " <INPUT TYPE=HIDDEN NAME=$szVariable
VALUE=\"".$this->getVar("LEGENDTEMPLATE_RESET")."\">\n";

Took me a few hours to find it though unfortunately.