Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.0-beta
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The service-level "complete" is not adjustable on the administration-page of GeoServer
This bug will be fixed by modifying the files ApplicationResources.properties and WFSConfigContent.jsp
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) %>"/>