Closes #5300 Always show advanced display settings in Views UI.#5321
Closes #5300 Always show advanced display settings in Views UI.#5321
Conversation
Co-authored-by: tadean <51835841+tadean@users.noreply.github.com>
joshuasosa
left a comment
There was a problem hiding this comment.
This PR adds views.settings.yml as a managed file. But as it is, when it comes in and drush config-distro-update is used, it will override any configuration that was previously there which is not ideal. It's possible that view settings were changed on a site, and those changes will be lost.
Example before update:
Example after update:
If possible, a database update or recipe that changes the one setting would be better.
|
In a recent update (most likely to Drupal 11.2.x), the Advanced Column feature was changed and removed. The view columns are no longer in an accordion, therefore can no longer be collapsed. The setting and its features are gone and no longer relevant. Test on any PR or updated installation of Quickstart. https://github.com/drupal/drupal/blame/11.2.x/core/modules/views/views.install drupal/drupal@88187a5#diff-4551dfbdf44dc54e10c06fee3faa9818d93a05732cf7d56b8ad1e8e401793df9 Suggest to close issue without merging this PR, already fixed in Core.
|
Does this mean this PR effectively no longer does anything? If so, you're welcome to close this PR and add a suggestion in the original issue to close it. |
|
Agreed with Josh. After testing on a sandbox site, it looks like this is no longer an issue. |


Description
Closes Issue #5300
"Always show advanced display settings"
Appears closed in recent drupal update, see comment below. Suggest to close issue and PR without merging as already fixed in core.
Release notes
Related issues
How to test
-Install from scratch and make sure views shows advanced settings by default.
Types of changes
Arizona Quickstart (install profile, custom modules, custom theme)
Drupal core
Drupal contrib projects
Checklist