[Ils-source] r1352 - trunk/webapp/api/user/put
scribe at crosswire.org
scribe at crosswire.org
Wed Oct 21 16:27:00 MST 2015
Author: scribe
Date: 2015-10-21 16:26:59 -0700 (Wed, 21 Oct 2015)
New Revision: 1352
Modified:
trunk/webapp/api/user/put/index.jsp
Log:
Added return of location id or role id if set
Modified: trunk/webapp/api/user/put/index.jsp
===================================================================
--- trunk/webapp/api/user/put/index.jsp 2015-10-21 02:47:50 UTC (rev 1351)
+++ trunk/webapp/api/user/put/index.jsp 2015-10-21 23:26:59 UTC (rev 1352)
@@ -330,7 +330,7 @@
}
}
%>
-<success userProfileID="<%=current.getUserProfileID()%>"/>
+<success userProfileID="<%=current.getUserProfileID()%>"<%=requestedRole > -1 ? " updatedRoleID=\"" + requestedRole + "\"" : ""%><%=requestedLocation > -1 ? " updatedLocationID=\"" + requestedLocation + "\"" : ""%>/>
<%
return;
More information about the Ils-source
mailing list