pimcore / data-importer

This extension adds a comprehensive import functionality to Pimcore Datahub.
Other
38 stars 56 forks source link

[Bug]: Direct Data Targets not Offering Numeric Fields #419

Closed cancan101 closed 1 month ago

cancan101 commented 1 month ago

Expected behavior

When defining a "Direct" type "Data Target" in Mappings, I would expect to be offered any numeric fields on the Class. I do not see any numeric fields offered.

Actual behavior

Other fields are offered, e.g. input

image

Steps to reproduce

  1. Define numeric field on class.
  2. Attempt to define a mapping to that field
cancan101 commented 1 month ago

I had to explicitly case the value to numeric and then trigger a field name refresh by changing the type from and back to "direct"