MeganerdDev
MeganerdDev
@jvanderaa Standardization for 2.x only should be good For 1.x, I think [support_level](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/blob/4059676929dafbf88c9c8341dd3dcb7e395435b7/nautobot_device_lifecycle_mgmt/models.py#L429) in particular needs raised, which was reported as a blocker for a user
https://github.com/nautobot/nautobot-plugin-device-lifecycle-mgmt/pull/153
Also related to the columns exported in “Software” vs “Validated Software”. I wasn't sure if we should merry up any of these differences as well to make the exports more...
Thanks for the feedback @glennmatthews It may be better to have a checkbox for the European CSV [variation](https://data.europa.eu/apps/data-visualisation-guide/csv-files)? Since having the user-specified `delimiter` needs to also be in tandem with...
import-by-import basis is the preferred intention of the request, but I don't think it is a hard block
[Prefix serializer](https://github.com/nautobot/nautobot/blob/bc22ef3fa83e9841e9a5868774eda59fc0e4fd6e/nautobot/ipam/api/serializers.py#L219) validation not pulling restricted filter query to stop the update? Which seems referenced [here](https://github.com/nautobot/nautobot/issues/5120#issuecomment-1904759343) as well
Hi @glennmatthews Apologies, seems to only be affecting `/api/ipam/prefixes/` I checked `/ipam/prefixes/` using a proxy to modify the request and the server response indicates it is preventing the action per...
For the constraints I also tested an additional scenario originally I should include. Instead of applying the permission constraint to the extras/tag object directly (from the report) which would prevent...
## Similar but different issue https://github.com/nautobot/nautobot/issues/5271 | IP Address Bulk Import requires field not marked as required I have not reviewed other CSV bulk imports to see if they share...
| are you saying that if you omit the display column, you get an error about the prefix column Correct, this is what I was able to reproduce this locally....