From 5307c75492882bee96715d359a14df08dee7b043 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 1 Oct 2018 18:27:18 +0100 Subject: [PATCH] share dialog regression fixes --- .../content-node-share/content-node-share.dialog.html | 3 ++- lib/content-services/i18n/en.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/content-services/content-node-share/content-node-share.dialog.html b/lib/content-services/content-node-share/content-node-share.dialog.html index 98b995794a..096e99dace 100644 --- a/lib/content-services/content-node-share/content-node-share.dialog.html +++ b/lib/content-services/content-node-share/content-node-share.dialog.html @@ -27,7 +27,8 @@ matInput cdkFocusInitial placeholder="{{ 'SHARE.PUBLIC-LINK' | translate }}" - formControlName="sharedUrl"> + formControlName="sharedUrl" + readonly="readonly"> diff --git a/lib/content-services/i18n/en.json b/lib/content-services/i18n/en.json index 601068026f..a974a5672b 100644 --- a/lib/content-services/i18n/en.json +++ b/lib/content-services/i18n/en.json @@ -254,6 +254,7 @@ } }, "SHARE": { + "PUBLIC-LINK": "Public link", "DIALOG-TITLE": "Share", "DESCRIPTION": "Clicking the link bellow, will copy it to the clipboard.", "TITLE": "Link to share",