v4.17.0
What's Changed
- [INTG-1601]: Bump the dependencies group with 10 updates by @dependabot in #459
- INTG-3277 rename email domains by @MickStanciu in #460
- PROBLEM-3017 add skip fields by @MickStanciu in #461
Allows the user to ignore media_hypertext_reference
when there are too many attachments to an inspection question:
inspection:
archived: "false"
completed: "true"
included_inactive_items: false
limit: 100
skip_ids: []
web_report_link: private
inspection_items:
skip_fields: ["media_hypertext_reference"]
Full Changelog: v4.16.0...v4.17.0