From 22505b65f90085e30614a811d607c888d09acd55 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Mon, 9 Dec 2024 16:51:43 +0530 Subject: [PATCH 1/2] Enable destination URL and artifact resolution URL for all tenants --- .../help-panel/saml-configurations.tsx | 109 ++++++++---------- 1 file changed, 51 insertions(+), 58 deletions(-) diff --git a/features/admin.applications.v1/components/help-panel/saml-configurations.tsx b/features/admin.applications.v1/components/help-panel/saml-configurations.tsx index e06e2bee3bf..837dcd64c39 100644 --- a/features/admin.applications.v1/components/help-panel/saml-configurations.tsx +++ b/features/admin.applications.v1/components/help-panel/saml-configurations.tsx @@ -16,14 +16,13 @@ * under the License. */ import { ArrowRightToBracketIcon, CirclesOverlapIcon, DocumentIcon } from "@oxygen-ui/react-icons"; -import { AppState, FeatureConfigInterface, store } from "@wso2is/admin.core.v1"; +import { store } from "@wso2is/admin.core.v1/store"; import { TestableComponentInterface } from "@wso2is/core/models"; import { CertificateManagementUtils } from "@wso2is/core/utils"; import { CopyInputField, GenericIcon } from "@wso2is/react-components"; import { saveAs } from "file-saver"; import React, { FunctionComponent, ReactElement } from "react"; import { useTranslation } from "react-i18next"; -import { useSelector } from "react-redux"; import { Button, Form, Grid, Icon } from "semantic-ui-react"; import { getHelpPanelIcons } from "../../configs/ui"; import { SAMLApplicationConfigurationInterface } from "../../models"; @@ -54,8 +53,6 @@ export const SAMLConfigurations: FunctionComponent state.config.ui.features); const exportMetadataFile = () => { const blob: Blob = new Blob([ samlConfigurations?.metadata ], { @@ -140,60 +137,56 @@ export const SAMLConfigurations: FunctionComponent - { - featureConfig?.server?.enabled && ( - <> - - - - - - - - - - - - } - size="micro" - square - transparent - inline - className="left-icon" - verticalAlign="middle" - spaced="right" - /> - - - - - - - - ) - } + + + + + + + + + + + + + } + size="micro" + square + transparent + inline + className="left-icon" + verticalAlign="middle" + spaced="right" + /> + + + + + + + Date: Mon, 9 Dec 2024 16:52:07 +0530 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=8B=20Add=20changeset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/healthy-poems-serve.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/healthy-poems-serve.md diff --git a/.changeset/healthy-poems-serve.md b/.changeset/healthy-poems-serve.md new file mode 100644 index 00000000000..c373c6a08a7 --- /dev/null +++ b/.changeset/healthy-poems-serve.md @@ -0,0 +1,5 @@ +--- +"@wso2is/admin.applications.v1": patch +--- + +Enable destination URL and artifact resolution URL for all tenants