From f0bc84584bbe63031ec3db30799eb6f45411f228 Mon Sep 17 00:00:00 2001 From: Debora Crescenzo Date: Wed, 1 Oct 2025 08:22:45 +0100 Subject: [PATCH] MT#63673 Remove adminOnly check from /user/seats Remove the adminOnly check on this route. Access to this page should be permitted for PBX users, regardless of their admin status. Change-Id: Ida69f96acc1e15b8779df7893202519450c77ff3 --- src/router/routes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/router/routes.js b/src/router/routes.js index 02bcdc07..63355bf5 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -139,7 +139,6 @@ const routes = [ get title () { return i18n.global.t('Seats') }, - adminOnly: true, platformFeature: FEATURES.cloudPbx, capability: FEATURES.cloudPbx, licenses: [LICENSES.pbx]