NaokiHigashi28 vor 1 Jahr
Ursprung
Commit
a2465fdcac
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      apps/app/src/client/util/scope-util.ts

+ 1 - 1
apps/app/src/client/util/scope-util.ts

@@ -17,7 +17,7 @@ function parseSubScope(
 
   for (const action of actions) {
     if (typeof subObjForActions[action] === 'string') {
-      result[`${action.toLowerCase()}:${parentKey.toLowerCase()}:all`] = subObjForActions[action];
+      result[`${action.toLowerCase()}:${parentKey.toLowerCase()}`] = subObjForActions[action];
       subObjForActions[action] = undefined;
     }
   }