]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
DRYD-315: To get term list results to show the referenced field, you now need to...
authorRichard Millet <remillet@yahoo.com>
Thu, 19 Apr 2018 22:53:12 +0000 (15:53 -0700)
committerRichard Millet <remillet@yahoo.com>
Thu, 19 Apr 2018 22:53:12 +0000 (15:53 -0700)
commit283c383b38e6d5817ee2247dc1915698895f73df
tree465276c48bbb77187b5bec7888f6ea5a7e105e8d
parentea80dbf00122fa56e68cb32c1ebd061bc5d57277
DRYD-315: To get term list results to show the referenced field, you now need to use the query param 'markIfReferenced' set to true.
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java
services/client/src/main/java/org/collectionspace/services/client/AuthorityClient.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentFilter.java
services/common/src/main/java/org/collectionspace/services/common/query/QueryContext.java
services/common/src/main/java/org/collectionspace/services/common/relation/RelationUtils.java
services/common/src/main/java/org/collectionspace/services/common/repository/RepositoryClient.java
services/common/src/main/java/org/collectionspace/services/common/vocabulary/LazyAuthorityRefDocList.java
services/common/src/main/java/org/collectionspace/services/common/vocabulary/RefNameServiceUtils.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/NuxeoRepositoryClientImpl.java
services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java