Skip to content

Commit

Permalink
Merge pull request collectionspace#43 from cesarvh/ucb-master
Browse files Browse the repository at this point in the history
CC-1114: Set 'markIfReferenced' query param to false in GET requests …
  • Loading branch information
remillet committed Apr 9, 2020
2 parents e2ab2b4 + 0203ac7 commit ad8b3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/vocabulary.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const readVocabularyItemRefs = (csid, vocabularyName) => (dispatch, getSt
params: {
pgSz: '0',
wf_deleted: false,
markIfReferenced: true,
markIfReferenced: false,
},
};

Expand Down

0 comments on commit ad8b3c5

Please sign in to comment.