19142: Add note explaining purpose of field list
[arvados-workbench2.git] / src / store / processes / processes-actions.ts
index 9758ab65cf7e526cad5c0446d01abea49607591d..c4d421ac09d9b5719a9f8d1b8f9a00833b7cf662 100644 (file)
@@ -45,6 +45,7 @@ export const loadContainers = (filters: string, loadMounts: boolean = true) =>
         return items;
     };
 
+// Until the api supports unselecting fields, we need a list of all other fields to omit mounts
 const containerFieldsNoMounts = [
     "auth_uuid",
     "command",