Closed (fixed)
Project:
Flysystem
Version:
2.3.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2025 at 07:43 UTC
Updated:
17 Jul 2026 at 15:00 UTC
Jump to comment: Most recent
For some reason in https://www.drupal.org/project/flysystem/issues/2691731 an action link for node add content was created. It doesn't really make sense for flysystem module to care about the default content overview and the effect is that we get two "Add content" links on the content overview.
- Install flysystem module
- go to /admin/content
- Observe 2 x Add content action links
Expected - only one Add content action link.
Remove the flysystem Add content action link
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
googletorp commentedAdded a PR with the fix
Comment #4
goldJust found this myself. Glad to see there's an issue for it already and that there's a patch.
I'm using this locally now on a D11 upgrade.
It's working as expected.
I'd consider this RTBC.
Comment #7
lisa.rae commented