ArnesSI / netbox-inventory

Manage your hardware inventory in NetBox
MIT License
205 stars 21 forks source link

Asset import ignoring tags #91

Closed danielcp00 closed 1 year ago

danielcp00 commented 1 year ago

Howdy,

Netbox (v3.4.7) netbox-inventory v 1.2.3

Attempt to set tags using asset imports for adding or updating an item.

Sample import:

name,serial,status,hardware_kind,manufacturer,model_name,part_number,tags,id DDR4,xxxx,used,inventoryitem,Samsung,M393,M393,"32gb,2133-mts",9

Asset is created, all items import but tags are ignored.

For testing you can add an invalid/bad tag and it will reject it as the tag not existing.

When the asset is created the changelog shows:

Post-Change Data name: "DDR4" tags: [] owner: null device: null module: null

When the asset is updated, changing any combination of tags results in is simply saying "Difference No Changes"

matejv commented 1 year ago

thank you for reporting this

The issue should be fixed in v1.2.4