Problem/Motivation

When you try to edit an existing tag, the autocomplete is not returning any results, so it is not working as it should.

Steps to reproduce

Try to edit one of the existing tag, the autocomplete shouldn't return any results.

Proposed resolution

We are going to handle the tag edit from the tagify.js, using the event edit:input coming from Tagify component.

See the Tagify component event over here: https://github.com/yairEO/tagify#events

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork tagify-3307339

Command icon Show commands

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

gxleano created an issue. See original summary.

gxleano’s picture

Status: Active » Needs review

reenaraghavan’s picture

Assigned: Unassigned » reenaraghavan

I will review this.

reenaraghavan’s picture

Assigned: reenaraghavan » Unassigned
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new20.31 KB
new20.38 KB
new595 bytes

I have tested this.
Step followed =>
Edited an existing tag.
The autocomplete is returning results, so it is working as it should.
Attached the screenshots of Before editing the tag and after editing the tag.

Also attaching the patch created using rector.

gxleano’s picture

Status: Reviewed & tested by the community » Fixed

Thanks @reenaraghavan for review!

  • gxleano committed 4776a7c on 1.0.x
    Issue #3307339: Fix tag editing functionality
    
gxleano’s picture

Status: Fixed » Closed (fixed)

Added to the 1.0.8 release.