phpipam / phpipam

phpipam development repository
https://phpipam.net
2.2k stars 733 forks source link

Import of Multiple section values into Devices #4130

Open Engineering-Rob opened 2 months ago

Engineering-Rob commented 2 months ago

I can not find a way to import multiple sections as I import Devices.

The export of Devices includes the section (where there are more than one) as a semicolon delimited list.

On import this field must be the Text value of one section, not the index number of the section.

A semicolon delimited list of the Text values fails with an Invalid Section message.

chris-wayve commented 2 months ago

I am also seeing this error when trying to import. Also If i export and try to import it straight back it doesn't match "DeviceType" and "section" as they are named "type" and "sections" by the export.

Engineering-Rob commented 2 months ago

See my comments in Issue 2838:

https://github.com/phpipam/phpipam/issues/2838