Opened 12 years ago

Closed 11 years ago

#151 closed enhancement (fixed)

Conrtol display of service <step> buttons

Reported by: EliL Owned by:
Priority: minor Milestone: 2.6.2
Component: GeoMOOSE/JS Version: 2.6
Keywords: identify, select, step Cc:

Description

Services with a <step> produce the generic Cancel and Go Buttons. Sometimes these buttons have no function and can cause an error.

  1. click identify (or select)
  2. click Go button
  3. error (basically null input instead of WKT)

Having options in the <step> to show-buttons="false" could be one approach. A less good approach might be to try and give ids such that things can then be visually controlled in the css. Another might also be catching these errors elsewhere. An empty search sort of does that I think.

The Go button after the tool has been used (some WKT exists) can be used to re-run the service with the same WKT. So the Go button does have some function here, although I'm not sure the ability to re-run the same tool with the same WKT input is important.

This is at least applicable to identify and select.

Change History (2)

comment:1 by bfischer, 12 years ago

Milestone: 2.6.2
Priority: majorminor
Type: defectenhancement

comment:2 by bfischer, 11 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.