Reason: error in the code.
File: \Grand.Web\Areas\Admin\Controllers\ProductController.cs
Metod:
protected virtual void SaveProductTags(Product product, string[] productTags)
Line:
if (existingProductTag.Equals(newProductTag, StringComparison.OrdinalIgnoreCase))
This line compares the IDs of the tags associated with the product with the tag names derived from the item edit form.