Skip to content

Commit

Permalink
Merge pull request #421 from ec-jrc/394-retired-status-frontend
Browse files Browse the repository at this point in the history
394 retired status frontend
  • Loading branch information
iratigarzon authored May 22, 2024
2 parents 7e1c2a4 + 4f63127 commit 23091b4
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -558,18 +558,6 @@ private void setContainedItemsFromRegItem(RegItem regItem, ContainedItem item) t
}
}

// ADD REGITEMPROPOSEDs
containedItemsproposedList = getDirectlyContainedItemsproposedOfRegister(regItem);

if (containedItemsproposedList != null && !containedItemsproposedList.isEmpty()) {
for (RegItemproposed containedItemproposed : containedItemsproposedList) {

if (!containedItemproposed.getRegItemclass().getSystemitem()) {
containedItems.add(toContainedItemWithoutItemsproposed(containedItemproposed));
}
}
}

//toContainedItemWithoutItemsproposed(containedItemsProposedList);
// ADD TO THE CONTAINED ITEMS
if (!containedItems.isEmpty()) {
Expand Down

0 comments on commit 23091b4

Please sign in to comment.