debug
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
|
||||
<cffunction name="get" hint="Список уведомлений">
|
||||
<cffunction name="get" hint="Список уведомлений">
|
||||
<cfargument name="pageSize" type="string" hint="type:integer" default="100"/>
|
||||
<cfargument name="page" type="string" hint="type:integer" default="1"/>
|
||||
<cfargument name="orderBy" type="string" hint="type:string, description:comma-separated list of fields to sort by, example:fld1.ASC,fld2.DESC,fld3.ASC" default=""/>
|
||||
@@ -25,6 +25,8 @@
|
||||
|
||||
<cfset local={}/>
|
||||
|
||||
<cfreturn representationOf("test 1")/>
|
||||
|
||||
<!---parse and validate request parameters--->
|
||||
<cftry>
|
||||
<cfset this.helper.validateField(arguments, "pageSize", "integer")/>
|
||||
|
||||
Reference in New Issue
Block a user