fix: increase max verbosity level for constructed inventory (#15604)

This commit is contained in:
Peter Braun 2024-11-05 16:44:21 +01:00 committed by GitHub
parent 68055bb89f
commit 6195e8e879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1765,7 +1765,7 @@ class ConstructedInventorySerializer(InventorySerializer):
required=False,
allow_null=True,
min_value=0,
max_value=2,
max_value=5,
default=None,
help_text=_('The verbosity level for the related auto-created inventory source, special to constructed inventory'),
)