You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2025. It is now read-only.
# Bug description
When attemping to import stockLevel, the value of "Stock" in the front end table views is not altered (remains 0).
To test, we use a fairly minimal import field mapping preset:
PartKeepr.PartBundle.Entity.Part > name
PartKeepr.PartBundle.Entity.Part > description
PartKeepr.PartBundle.Entity.Part > comment
PartKeepr.PartBundle.Entity.Part > internalPartNumber
PartKeepr.PartBundle.Entity.Part > category
PartKeepr.PartBundle.Entity.Part > storageLocation
partPartKeeprStockBundleEntityStockEntries > [x] create new item
partPartKeeprStockBundleEntityStockEntries > stockLevel
Looks like this...

When importing, everything except stockLevel was imported.
System Information