Add hide_files parameter to CapabilityRequest.__json__
1 unresolved thread
1 unresolved thread
Compare changes
Files
2- Daniel Lyons authored
This greatly improves the performance of the active requests page, since it doesn't need to actually fetch all the files under each version to render.
@@ -28,7 +28,7 @@ from typing import Dict, List, Optional
@@ -378,6 +378,7 @@ class CapabilityInfo:
@@ -400,7 +401,7 @@ class CapabilityInfo: