
| Key: |
GEOS-282
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
dblasby
|
| Reporter: |
Holger Lang
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
The service-level "complete" is not adjustable on the administration-page of GeoServer
|
|
Description
|
The service-level "complete" is not adjustable on the administration-page of GeoServer |
Show » |
|
In the file geoserver\WEB-INF\ApplicationResources.properties
the line
label.serviceLevel.complete=Complete
has to be inserted after
label.serviceLevel.transactional=Transactional
In the file \geoserver\WEB-INF\pages\wfs\WFSConfigContent.jsp
the line
<html:option key="label.serviceLevel.complete" value="<%=java.lang.Integer.toString(org.vfny.geoserver.global.dto.WFSDTO.COMPLETE) %>"/>
has to be inserted after
<html:option key="label.serviceLevel.transactional" value="<%= java.lang.Integer.toString(org.vfny.geoserver.global.dto.WFSDTO.TRANSACTIONAL) %>"/>