} else {
            // Only attempt to remove the tag if we can find an item for it (T198140, T198231)
            if ( this.findItemFromData( item.getName() ) !== null ) {
                this.removeTagByData( item.getName() );
            }