- Issue created by @giordy
- 🇳🇱Netherlands tzsl
The Quick Edit module was deprecated in Drupal 9.5 and removed from core in Drupal 10.
You have to install the Quickedit module for D 10 as a contrib module
- 🇮🇹Italy giordy
The module is correctly installed, works perfectly and is not deprecated in the report.
The problem, as shown in the image, is the lack of the button: quick edit, configure block, remove block, edit, which is present in all regions but not in Content.
The problem is in the theme, not in the module.Thank you and greetings
- 🇮🇹Italy giordy
I add another image so the problem is more evident: the Edit button is missing in the Content region.
- Status changed to Fixed
6 months ago 12:53pm 8 June 2024 - 🇺🇸United States flashwebcenter Austin TX
Hello,
I debugged the issue by comparing the behavior of the Olivero theme with the Solo theme. In Olivero, when viewing a full node, an edit pencil icon appears, but in Solo, it does not. I discovered that in node.twig.html, an if statement checks for content before printing the header tag, and the header is empty in full view mode. The contextual filter is attached to the header regardless of its content. I implemented a workaround using a CSS class to print the header but remove any padding or margin when the header is empty. The changes have been pushed to the dev branch → and are now on the demo site.
Best regards,
Alaa - 🇮🇹Italy giordy
Thank you. I installed the dev version and now I see the pencil.
Too bad quick edit doesn't work, but that's another problem.Thanks again and regards
- Assigned to flashwebcenter
- 🇺🇸United States flashwebcenter Austin TX
Hello,
You are welcome, the quick edit is working with me when I view the node.
Best wishes,
Alaa - Status changed to Fixed
5 months ago 3:35pm 20 June 2024