- Issue created by @smustgrave
I tested this issue using Drupal 10.4 with UI Patterns 2.0 installed via:
composer require 'drupal/ui_patterns:^2.0'
Steps I followed:
Installed UI Patterns and enabled necessary submodules.
Created a View and added UI Patterns as a row format.
Successfully added and removed fields from the View.
Checked Layout Builder integration, and I was able to add and remove fields from UI Patterns slots.
Cleared cache using drush cache:rebuild, and everything worked fine.
Conclusion:
I couldn't reproduce the issue. UI Patterns fields are appearing correctly in Views and Layout Builder.Can you check if you're using the latest version and clear caches (drush cr) to see if the issue persists?
- πΊπ¦Ukraine SmovS Lutsk
Hi @smustgrave
I couldn't reproduce this issue in my local environment (PHP 8.3, Drupal Core 11.1.5, UI Patterns 2.0.3)
My steps to reproduce:
- created a view;
- added a field, and configured it as a Component per Item;
- saved the view and checked that changes had been applied (everything was ok).
- removed the field in the view edit form without any issues.Can you please double-check this issue on your side? If it happens again please let us know with more details. Thank you