added 'limit' to InventorySourceSerializer

This commit is contained in:
Gabe Muniz 2023-01-20 12:41:35 -05:00
parent d7f87ed27c
commit 5550086b3b

View File

@ -2083,7 +2083,7 @@ class InventorySourceSerializer(UnifiedJobTemplateSerializer, InventorySourceOpt
class Meta:
model = InventorySource
fields = ('*', 'name', 'inventory', 'update_on_launch', 'update_cache_timeout', 'source_project') + (
fields = ('*', 'name', 'inventory', 'update_on_launch', 'update_cache_timeout', 'source_project', 'limit') + (
'last_update_failed',
'last_updated',
) # Backwards compatibility.