Closed joomlapl-bot closed 1 year ago
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/38823 Poniżej zmiany w oryginale:
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/38823 Poniżej zmiany w oryginale:
Click to expand the diff!
```diff diff --git a/administrator/components/com_admin/sql/updates/mysql/4.3.0-2022-09-23.sql b/administrator/components/com_admin/sql/updates/mysql/4.3.0-2022-09-23.sql new file mode 100644 index 000000000000..dc11ed153491 --- /dev/null +++ b/administrator/components/com_admin/sql/updates/mysql/4.3.0-2022-09-23.sql @@ -0,0 +1,2 @@ +-- Update the com_templates options to add the diff options +UPDATE `#__extensions` SET `params` = REPLACE(`params`, '}', ',"difference":"SideBySide"}') WHERE `name` = 'com_templates'; diff --git a/administrator/components/com_admin/sql/updates/postgresql/4.3.0-2022-09-23.sql b/administrator/components/com_admin/sql/updates/postgresql/4.3.0-2022-09-23.sql new file mode 100644 index 000000000000..bf5b5ad7e95e --- /dev/null +++ b/administrator/components/com_admin/sql/updates/postgresql/4.3.0-2022-09-23.sql @@ -0,0 +1,2 @@ +-- Update the com_templates options to add the diff options +UPDATE "#__extensions" SET "params" = REPLACE("params", '}', ',"difference":"SideBySide"}') WHERE "name" = 'com_templates'; diff --git a/administrator/components/com_templates/config.xml b/administrator/components/com_templates/config.xml index 529425d9920b..430ebeb57ca2 100644 --- a/administrator/components/com_templates/config.xml +++ b/administrator/components/com_templates/config.xml @@ -62,6 +62,24 @@ default="zip" extension="com_templates" /> + +