hidden safe button in feeds

Created on 23 January 2025, 4 days ago

Problem/Motivation

When creating a new Feed with the Module drupal_feeds, the safe and import button is hidden on top of the page.

Steps to reproduce

  1. activate gin as administration theme
  2. install feeds
  3. create an feedtype
  4. create a feed

Normaly the safe button on normal node-edit-forms is in the
<div class="region-sticky__items__inner"> n the page.html.twig, I think the buttons are displayed in
this

  {% if not active_navigation_top_bar %}
    {{ page.content[local_actions_block] }}
  {% endif %}

In feeds, the button is a drop-down with options to import, I think, which is why it is not shown in{{ page.content[local_actions_block] }}

🐛 Bug report
Status

Active

Version

4.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024