-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot delete link where the "Enable Multiple Links" setting is enabled #25
Comments
Good call, this was due to multi-link fields with a single tab in their field layout. Fixed for the next release. To get this early run |
Updated in 1.0.5 |
@engram-design now I have no delete button (there is no cog to select the delete option from). Seems like the settings cog only is displayed if the tabCount is greater than 1 and the block is not a static block (I presume static means a non multiple select hyper field). I think the cog with at least the delete option should always show no? Because:
|
Good call, fixed in 1.0.5.1. You raise a good point with multi-to-single, and related to #8 I want to come to a solid decision on that first as to whether to add a "delete" for a single-link field. It's consistent behaviour when dealing with multi and single link blocks for the user, but not sure how that's going to sit with me. Will be improving it. |
@engram-design Sorry to bother you again but if have a single hyper field with no settings panel you still can click the cog wheel and it opens an empty panel (as I have no fields to display in the panel) |
Should be fixed properly in 1.0.5.2 |
Describe the bug
Clicking this delete button:
gives the following error in the console:
Seems like
this.tippy
isn't defined at this point.Steps to reproduce
Craft CMS version
4.3.10
Plugin version
1.0.4
Multi-site?
No
Additional context
Seems like the layout also breaks when adding multiple links
The text was updated successfully, but these errors were encountered: