Version 6.3.3 release details
Last updated: 16th October 2020
Released: 16th October 2020
Known issues¶
There are no known issues with version 6.3.3 of Acquia Cohesion.
Bug fixes¶
Repeater fields not updating in Component content instances¶
What is it?¶
Fixes a bug when using Repeater fields in a Component content the content was not updating.
What impact will there be?¶
None
What actions do I need to take?¶
A Site studio import should be run after upgrading.
Are there any risks I should be aware of?¶
None.
Component gets stuck in "loading" state when created from the layout canvas¶
What is it?¶
Fixed a bug where components created from a layout canvas would fail to work when added to another layout canvas before their component form had been configured.
What impact will there be?¶
None
What actions do I need to take?¶
A Site studio import should be run after upgrading.
Are there any risks I should be aware of?¶
None.
What is it?¶
Fixed a bug where Conditional Fields were always set to hidden on Style Guide Forms.
What impact will there be?¶
You can now use Conditional Fields on Style Guide Forms and they will show/hide correctly.
What actions do I need to take?¶
When implementing Conditional Fields on Style Guide Forms the syntax should be the same as on Components. E.g. use [field.select]
and not [style-guide:style-guide-name:select]
Are there any risks I should be aware of?¶
None.
Setting a custom sync directory in settings.php was ignored¶
What is it?¶
Fixed a bug where configuring the sync directory in the settings.php was using $config_directories
which is now deprecated in Drupal 8.8 and above. This has now been updated inline with Drupal core.
What impact will there be?¶
You can now set a custom sync directory by setting $settings['site_studio_sync']
in your settings.php. For example $settings["site_studio_sync"] = "../config"
What actions do I need to take?¶
We recommend that you update your site to use $settings["site_studio_sync"]
rather than $config_directories
, if you don't update the fallback of sites/default/files/sync
will be used.
Are there any risks I should be aware of?¶
None.
Steps before upgrading¶
As with any version of Acquia Cohesion, we recommend that you backup your websites database and code before upgrading the version of Acquia Cohesion. There are no other specific steps to carry out before upgrading to this version.
Upgrade¶
It is recommended that you backup and upgrade your website on a development environment before applying to a production website. You can upgrade your version of Acquia Cohesion by following our upgrade guide.
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.