[otrs-cvs] otrs/development/webservices GenericTicketConnector.wsdl, 1.18, 1.19
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/development/webservices
In directory lancelot:/tmp/cvs-serv17223/development/webservices
Modified Files:
GenericTicketConnector.wsdl
Log Message:
Fixed wrong parameter names in POD. Changed LowerThan and LowerThanEquals into SmallerThan and SmallerThanEquals.
Author: ub
Index: GenericTicketConnector.wsdl
===================================================================
RCS file: /home/cvs/otrs/development/webservices/GenericTicketConnector.wsdl,v
retrieving revision 1.18
retrieving revision 1.19
diff -2 -u -d -r1.18 -r1.19
--- GenericTicketConnector.wsdl 10 Oct 2012 20:36:54 -0000 1.18
+++ GenericTicketConnector.wsdl 10 Jan 2013 15:20:08 -0000 1.19
@@ -1878,5 +1878,5 @@
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:annotation>
- <xsd:documentation>Equals, Like, GraterThan, GraterThanEquals, LowerThan or LowerThanEqueals is mandatory</xsd:documentation>
+ <xsd:documentation>Equals, Like, GraterThan, GraterThanEquals, SmallerThan or SmallerThanEqueals is mandatory</xsd:documentation>
</xsd:annotation>
<xsd:element
@@ -1901,10 +1901,10 @@
</xsd:element>
<xsd:element
- name="LowerThan"
+ name="SmallerThan"
type="xsd:string"
minOccurs="0" maxOccurs="1">
</xsd:element>
<xsd:element
- name="LowerThanEquals"
+ name="SmallerThanEquals"
type="xsd:string"
minOccurs="0" maxOccurs="1">
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log