Ticket #79 (closed enhancement: fixed)

Opened 9 months ago

Last modified 9 months ago

WMSCapabilitiesStore assumes config parameter

Reported by: tcoulter Assigned to:
Priority: major Milestone: 0.5
Component: GeoExt.data.WMSCapabilitiesStore Version:
Keywords: Cc:
State: Commit

Description

The WMSCapabilitiesStore assumes a config parameter in initialization, even though the store should able to be initialized without any parameters, and loaded with data later using the loadData() function.

Attached is a patch that corrects this.

Attachments

79.diff (432 bytes) - added by tcoulter on 06/02/09 20:23:57.

Change History

06/02/09 20:23:57 changed by tcoulter

  • attachment 79.diff added.

(follow-up: ↓ 2 ) 06/02/09 21:32:35 changed by tschaub

  • state changed from None to Commit.
  • milestone set to 0.1.

Please commit.

(in reply to: ↑ 1 ) 06/03/09 17:14:11 changed by tcoulter

Replying to tschaub:

Please commit.

Tim,

It appears I don't have commit privileges. Can you either commit for me or grant me access?

Authentication realm: <http://www.geoext.org:80> Subversion Password for 'tcoulter': Sending geoext/lib/GeoExt/data/WMSCapabilitiesStore.js svn: Commit failed (details follow): svn: Server sent unexpected return value (403 Forbidden) in response to CHECKOUT request for '/svn/geoext/!svn/ver/921/core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesStore.js' svn: Your commit message was left in a temporary file: svn: '/home/tcoulter/workspace/geoext/svn-commit.2.tmp'

06/03/09 19:58:29 changed by tcoulter

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

Committed in r973.

Closing as fixed.