From 2bd9f6303014f67537230d507416df7460817f7f Mon Sep 17 00:00:00 2001 From: yzqzss <30341059+yzqzss@users.noreply.github.com> Date: Fri, 29 Dec 2023 03:06:26 +0800 Subject: fix: `base_url` becomes empty after saving configuration (#5992) * fix: `base_url` becomes empty after saving configuration * Just remove the line * Use read-ony instead https://developer.mozilla.org/docs/Web/HTML/Attributes/readonly#attribute_interactions * Revert for websub * Changelog --------- Co-authored-by: Alexandre Alapetite --- app/views/configure/system.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/configure/system.phtml') diff --git a/app/views/configure/system.phtml b/app/views/configure/system.phtml index 09d1fe188..809b869a9 100644 --- a/app/views/configure/system.phtml +++ b/app/views/configure/system.phtml @@ -25,7 +25,7 @@
+ data-leave-validation="base_url ?>" readonly="readonly" />

-- cgit v1.2.3