clear the tagDetails map as well
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
@@ -121,6 +121,7 @@ public class DistributionTagToken extends AbstractTagToken<DistributionSet> {
|
|||||||
@Override
|
@Override
|
||||||
protected void populateContainer() {
|
protected void populateContainer() {
|
||||||
container.removeAllItems();
|
container.removeAllItems();
|
||||||
|
tagDetails.clear();
|
||||||
for (final DistributionSetTag tag : tagManagement.findAllDistributionSetTags()) {
|
for (final DistributionSetTag tag : tagManagement.findAllDistributionSetTags()) {
|
||||||
setContainerPropertValues(tag.getId(), tag.getName(), tag.getColour());
|
setContainerPropertValues(tag.getId(), tag.getName(), tag.getColour());
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -120,6 +120,7 @@ public class TargetTagToken extends AbstractTargetTagToken<Target> {
|
|||||||
@Override
|
@Override
|
||||||
protected void populateContainer() {
|
protected void populateContainer() {
|
||||||
container.removeAllItems();
|
container.removeAllItems();
|
||||||
|
tagDetails.clear();
|
||||||
for (final TargetTag tag : tagManagement.findAllTargetTags()) {
|
for (final TargetTag tag : tagManagement.findAllTargetTags()) {
|
||||||
setContainerPropertValues(tag.getId(), tag.getName(), tag.getColour());
|
setContainerPropertValues(tag.getId(), tag.getName(), tag.getColour());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user