Skip to content
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

Add Tag with Group #155

Open
dylanglockler opened this issue Sep 15, 2018 · 3 comments
Open

Add Tag with Group #155

dylanglockler opened this issue Sep 15, 2018 · 3 comments

Comments

@dylanglockler
Copy link

A feature suggestion: Add Tag with Group - I'm using groups to separate tags (ie letting users select their employment Industry and Expertise and keeping those discreet). I'm using vue-tags-input for the front end. In my save operation I'm passing the data to Laravel and wanting to use retag to save the tags, but there is no retagWithGroup.

I can't use setGroup as I don't have the tags available. If I pull up all the user's tags and setGroup, it would set all their tags to that group, not just those I've just saved... I'm not finding any existing solution for this issue.

@andreakru
Copy link

I have the same issue. Did you find a solution?

@rtconner
Copy link
Owner

rtconner commented Jul 3, 2019

Problem with this is what if the tag already exists and already has a group?

Then you would override the group for that tag?

@rvences
Copy link

rvences commented Jun 15, 2020

No, we can't override we need to add a new ability
For example, in the case of having a group of "Programmers" and another group of "Accountants", if in the group of "Programmers" there is the label of "failure" that refers to a system error and later in the group From "counters" the same "fault" tag is added, referring to an error in a ledger, it should exist in both groups independently, and should not be rewritten between groups.
What I think is that the "tag_group_id" field must be integrated in the tagging_tagged table to make that difference

Problem with this is what if the tag already exists and already has a group?

Then you would override the group for that tag?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants