Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Issue #526
  • Loading branch information
rsoika committed May 31, 2023
1 parent 928f934 commit 96ee0f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public void init() {
* list so that a reference can only occur once.
*/
List<ItemCollection> references = workitemLinkController.getReferences();
List<ItemCollection> externalReferences = workitemLinkController.getReferences();
List<ItemCollection> externalReferences = workitemLinkController.getExternalReferences();
// unique list... (references can be occur twice)
for (ItemCollection _workitem : externalReferences) {
if (!containsUniqueID(references, _workitem.getUniqueID())) {
Expand Down

0 comments on commit 96ee0f9

Please sign in to comment.