projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
820d103
)
More fixes for includes/LookupUserResponse.inc.
author
Jason Stephenson
<jason@sigio.com>
Fri, 24 Oct 2014 01:43:52 +0000
(21:43 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Fri, 24 Oct 2014 01:43:52 +0000
(21:43 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
templates/includes/LookupUserResponse.inc
patch
|
blob
|
history
diff --git
a/templates/includes/LookupUserResponse.inc
b/templates/includes/LookupUserResponse.inc
index
f1555c2
..
3e9c07a
100644
(file)
--- a/
templates/includes/LookupUserResponse.inc
+++ b/
templates/includes/LookupUserResponse.inc
@@
-1,8
+1,5
@@
[% FOREACH id IN data.UserId -%]
<ncip:UserId>
-<ncip:UserIdentifierValue>
-[% id.UserIdentifierValue | xml %]
-</ncip:UserIdentifierValue>
[% IF id.UserIdentifierType -%]
<ncip:UserIdentifierType>
[% id.UserIdentifierType | xml %]
@@
-13,6
+10,9
@@
[% id.AgencyId %]
</ncip:AgencyId>
[% END -%]
+<ncip:UserIdentifierValue>
+[% id.UserIdentifierValue | xml %]
+</ncip:UserIdentifierValue>
</ncip:UserId>
[% END -%]
[% INCLUDE "includes/UserOptionalFields.inc" -%]