18874: Merge commit '6f8dcb2b13f3058db656908fb26b09e23b527f08' into 18874-merge-wb2
[arvados.git] / services / workbench2 / src / services / user-service / user-service.ts
index 8581b26766715fe57ce1d50657c8e9131f90daa4..75131f922d1f54a65ca4c47ca99b1f13d4b132aa 100644 (file)
@@ -12,8 +12,7 @@ export class UserService extends CommonResourceService<UserResource> {
     constructor(serverApi: AxiosInstance, actions: ApiActions, readOnlyFields: string[] = []) {
         super(serverApi, "users", actions, readOnlyFields.concat([
             'fullName',
-            'isInvited',
-            'writableBy',
+            'isInvited'
         ]));
     }