Opened 14 years ago
Closed 14 years ago
#731 closed defect (fixed)
Gazetter fails to load WFS config
Reported by: | christoph | Owned by: | dev |
---|---|---|---|
Priority: | major | Milestone: | 2.7 release |
Component: | wfs | Version: | 2.6.2 |
Keywords: | Cc: |
Description
getWfsConf returns []
Note:
See TracTickets
for help on using tickets.
The WFS config IDs were added in wfsConfIdString "8,17". The problem was that config "8" was not loaded into the application. The WFS Config class didn't succeed in loading the following configs ("17"). The solution was a foreach loop, instead of of a for loop.
changeset:7192