From ebad91ff0ace9a9c9b32657898425b2a7c370515 Mon Sep 17 00:00:00 2001 From: Guido Schmechel Date: Sat, 20 Jul 2019 12:54:13 +0200 Subject: [PATCH] [TASK] Disable autocompletion in Install Tool settings To prevent unwanted entries, the autocomplete attribute in the Install tool is added with the `off` property. Resolves: #88709 Releases: master, 9.5 Change-Id: I3c0a343fd76170f6cc37e5e87ad9a5d5d9a52fb9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61331 Tested-by: Tymoteusz Motylewski Tested-by: Andreas Fernandez Tested-by: TYPO3com Reviewed-by: Tymoteusz Motylewski Reviewed-by: Andreas Fernandez --- .../Settings/ExtensionConfiguration/ExtensionForm.html | 2 +- .../Partials/Settings/LocalConfiguration/SubSection.html | 3 +++ .../Templates/Settings/LocalConfigurationGetContent.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/typo3/sysext/install/Resources/Private/Partials/Settings/ExtensionConfiguration/ExtensionForm.html b/typo3/sysext/install/Resources/Private/Partials/Settings/ExtensionConfiguration/ExtensionForm.html index 2777d3fa40b6..45fab8c26f6d 100644 --- a/typo3/sysext/install/Resources/Private/Partials/Settings/ExtensionConfiguration/ExtensionForm.html +++ b/typo3/sysext/install/Resources/Private/Partials/Settings/ExtensionConfiguration/ExtensionForm.html @@ -22,7 +22,7 @@

-
+
diff --git a/typo3/sysext/install/Resources/Private/Partials/Settings/LocalConfiguration/SubSection.html b/typo3/sysext/install/Resources/Private/Partials/Settings/LocalConfiguration/SubSection.html index b97de074caf4..d94ed8986ef2 100644 --- a/typo3/sysext/install/Resources/Private/Partials/Settings/LocalConfiguration/SubSection.html +++ b/typo3/sysext/install/Resources/Private/Partials/Settings/LocalConfiguration/SubSection.html @@ -73,6 +73,7 @@

value="{item.value}" data-path="{sectionName}/{item.key}" class="t3-install-form-input-text form-control t3js-localConfiguration-pathValue" + autocomplete="off" />

@@ -85,6 +86,7 @@

value="{item.value}" data-path="{sectionName}/{item.key}" class="t3-install-form-input-text form-control t3js-localConfiguration-pathValue" + autocomplete="off" /> @@ -97,6 +99,7 @@

value="{item.value}" data-path="{sectionName}/{item.key}" class="t3-install-form-input-text form-control t3js-localConfiguration-pathValue" + autocomplete="off" /> diff --git a/typo3/sysext/install/Resources/Private/Templates/Settings/LocalConfigurationGetContent.html b/typo3/sysext/install/Resources/Private/Templates/Settings/LocalConfigurationGetContent.html index 1c762c4f84f7..6476d24fea0d 100644 --- a/typo3/sysext/install/Resources/Private/Templates/Settings/LocalConfigurationGetContent.html +++ b/typo3/sysext/install/Resources/Private/Templates/Settings/LocalConfigurationGetContent.html @@ -10,7 +10,7 @@
Filter by: - +