From 8df0ce8148e415e7817f8cec77adb414bce31471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Maih=C3=B6fer?= Date: Mon, 9 Sep 2024 15:04:03 +0200 Subject: [PATCH 1/6] extension loading... --- src/utils/ops_util.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/ops_util.js b/src/utils/ops_util.js index 0a22536..40e5631 100644 --- a/src/utils/ops_util.js +++ b/src/utils/ops_util.js @@ -18,9 +18,9 @@ class OpsUtil extends SharedOpsUtil isCoreOp(opName) { - const opsDir = this._cables.getOpsPath(); + const opsDir = this._cables.getCoreOpsPath(); const opDir = this.getOpSourceDir(opName); - return opDir.includes(opsDir); + return opDir.startsWith(opsDir); } addPermissionsToOps(opDocs, user, teams = [], project = null) From b9511c0f8a25ad7e0e895d3310f47f36cd7e099f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Maih=C3=B6fer?= Date: Mon, 9 Sep 2024 17:19:45 +0200 Subject: [PATCH 2/6] utf-8 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index d2f0f3a..c28770d 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ +