clear tagDetails in BulkUpload
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
@@ -96,6 +96,7 @@ public class TargetBulkTokenTags extends AbstractTargetTagToken {
|
|||||||
@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