Ticket #222 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Flyout menu in the toolbar shows the command name and not the command label

Reported by: brucedechant Owned by: brucedechant
Priority: medium Milestone: 2.0
Component: AJAX Viewer Version: 1.2.0
Severity: minor Keywords:
Cc: External ID:

Description

The flyout menu in the AJAX client shows the command name and not the command label as expected.

Note: This also happens for the DWF viewer.

Change History

Changed 5 years ago by brucedechant

Notes from Måns Beckman:

When I was translating MapGuide into Swedish I found that the flyout menu in the toolbar shows the command name and not the command label set in MGS. I found where the error was and downloaded the code from the trac.

What I do is simply correcting root/trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ so that row 1037 says the same thing as 986, changing cmd.name to item.name. I think the same change should be applied to row 482 in root/trunk/MgDev/Web/src/viewerfiles/dwfmappane.templ but I haven't made a real diff for that.

Changed 5 years ago by brucedechant

  • owner set to brucedechant
  • status changed from new to assigned

Changed 5 years ago by brucedechant

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.