diff --git a/v1/Application.cfc b/v1/Application.cfc index 9342a49..d3d0fff 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="svc-api"; - variables.framework.docs.APIVersion="0.170"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.171"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance_operation_ls.cfc b/v1/resources/instance_operation_ls.cfc index f18a79a..cefbd69 100644 --- a/v1/resources/instance_operation_ls.cfc +++ b/v1/resources/instance_operation_ls.cfc @@ -84,8 +84,10 @@ o.updater_id c.login as creator_login c.email as creator_email + c.shortname as creator_shortname u.login as updater_login u.email as updater_email + u.shortname as updater_shortname from instance_operation o join instance e on (o.instance_uid=e.instance_uid) @@ -96,9 +98,10 @@ left outer join usr c on (e.creator_id=c.usr_id) left outer join usr u on (e.updater_id=u.usr_id) where - s.specification_id= - - order by + s.specification_id= + + order by + limit #maxrows# @@ -123,7 +126,7 @@ - +