diff --git a/modules/actions/upgrade_tags.js b/modules/actions/upgrade_tags.js index 6dc13cc73..9760f53df 100644 --- a/modules/actions/upgrade_tags.js +++ b/modules/actions/upgrade_tags.js @@ -7,6 +7,7 @@ export function actionUpgradeTags(entityId, oldTags, replaceTags) { var semiIndex; for (var oldTagKey in oldTags) { + if (!(oldTagKey in tags)) continue; // wildcard match if (oldTags[oldTagKey] === '*') { // note the value since we might need to transfer it