When using Navigation module, Save button doesn't trigger

Created on 21 June 2025, 2 months ago

Problem/Motivation

The "Save and Import" button when adding a new feed doesn't trigger.
Also the "Save" doesn't.

Steps to reproduce

Install Feeds under Drupal 11.1 and activate Navigation (Experimental) module.
Configure a new Feed Type under /admin/structure/feeds and then add a new feed under /feed/add

Proposed resolution

Uninstall the Experimental module Navigation, and everything works again.

I didn't debug the problem, but I hope this report can help anyone with similar situation.

πŸ› Bug report
Status

Active

Version

3.0

Component

Code

Created by

πŸ‡΅πŸ‡ΉPortugal jrochate

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

Comments & Activities

  • Issue created by @jrochate
  • πŸ‡ΊπŸ‡ΈUnited States ransomweaver

    I can confirm this problem.

  • πŸ‡³πŸ‡±Netherlands megachriz

    I tried to reproduce this issue on Drupal 11.1.8 and PHP 8.3.10, on a clean install, but for me the button "Save and import" works fine on the feed add page.

    Steps that I took:

    1. Installed Drupal using the standard profile (via drush si).
    2. Enabled modules "Navigation", "Feeds" and dependencies.
    3. Added a feed type with the HTTP fetcher and the RSS/Atom parser.
    4. Added mappings: "Title" to "Title (title)", "Item GUID" to "Feeds item (feeds_item): Item GUID", "Description" to "Body (body): Text".
    5. Added a feed with title "Feeds" and feed URL " https://www.drupal.org/project/issues/rss/feeds β†’ ".
    6. Clicked "Save and import".

    The import went fine and imported 50 items.

    So I think this needs more steps for reproducing the issue, try to reproduce it on a clean install.

  • πŸ‡³πŸ‡±Netherlands megachriz

    I also tried to reproduce the issue on Drupal 11.2.2, but I also did not encounter the reported issue with that version.

  • πŸ‡΅πŸ‡ΉPortugal jrochate

    I was also using this Navigation Extra Tools β†’ module.

    Can you add that to your test bed?

  • πŸ‡³πŸ‡±Netherlands megachriz

    Navigation Extra Tools doesn't make any difference for me. The button "Save and import" still works for me. Could it be theme related? Or are there perhaps JS errors on the page?

  • πŸ‡¨πŸ‡¦Canada lindsay.wils

    I am seeing this issue without any Navigation modules enabled at all. Either of the Save or Save and Import buttons just do nothing. No JS errors, no logs, nothing!

    D11.2

  • πŸ‡³πŸ‡±Netherlands megachriz

    @lindsay.wils
    Can you try to reproduce your issue on a clean install? I cannot help fix the issue if I don't know how it occurs.

  • πŸ‡¨πŸ‡¦Canada lindsay.wils

    OK, from a fresh install I have worked out the scenario causing the issue.

    Using Gin admin theme, with the setting 'Enable sticky action buttons' turned on, then the buttons to save a new feed don't work.

    With this turned off and the action buttons at the bottom of the page like normal, then the save buttons do work.

    This feature is marked as 'Beta New', though I have not had any other issues using this.

    Not sure if the issue lies with Feeds or with Gin.

  • πŸ‡³πŸ‡±Netherlands megachriz

    Perhaps the Gin Admin theme (version 5.0.3) with the "Enable sticky action buttons" feature turned on doesn't work well with dropbuttons?

    On Gin 4.0.6 (also with the "Enable sticky action buttons" feature turned) I noticed that the import buttons weren't displayed at all.

  • πŸ‡«πŸ‡·France goz

    I have the same issue, except i have no "Enable sticky action buttons" in Gin settings when navigation module is enabled. Disabling navigation module show the option, but it's not checked.

    Using Claro as admin theme, dropbuttons are no more sticky in header.

    So it's an issue with Gin when navigation module is enabled and dropbuttons are used in actions.

    Drupal: 11.2.2
    Gin: 5.0.3
    Feeds : 8.x-3.0

  • πŸ‡³πŸ‡±Netherlands megachriz

    It sounds like this is an issue in the Gin Admin theme:
    πŸ› Sticky action buttons from a dropdown button set can't be clicked Active

    As far as I can see, there is no mistake in Feeds in the definition of the dropbutton. But I leave this issue open, should a change in Feeds be needed to fix it.

    I do see that in Gin, the submit buttons are rendered outside of <form>, so perhaps that causes issues with reapplying the right form actions.

  • πŸ‡¨πŸ‡¦Canada lindsay.wils

    Thanks for everyone's time looking into this. For now, Ive just disabled the sticky action items option and everything is working fine

  • πŸ‡³πŸ‡±Netherlands megachriz

    Setting this issue back to "active", because there is a way to reproduce it.

Production build 0.71.5 2024