remove tagToken from map
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
@@ -250,6 +250,7 @@ public abstract class AbstractTagToken<T extends BaseEntity> implements Serializ
|
|||||||
|
|
||||||
protected void removeTokenItem(final Long tokenId, final String name) {
|
protected void removeTokenItem(final Long tokenId, final String name) {
|
||||||
tokenField.removeToken(tokenId);
|
tokenField.removeToken(tokenId);
|
||||||
|
tagDetails.remove(tokenId);
|
||||||
setContainerPropertValues(tokenId, name, tokensAdded.get(tokenId).getColor());
|
setContainerPropertValues(tokenId, name, tokensAdded.get(tokenId).getColor());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user