mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #206] How to remove tag #203
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @s1rk1t on GitHub (Dec 19, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/206
So I discovered a setting in the SideMenu.js file (line 75) that toggles whether to show a 'remove icon' on the tags, but after setting it to true, when I click on it, nothing happens.
What do I need to do in order to remove a tag?
@isido993 commented on GitHub (Dec 20, 2018):
Do you mean removing a tag from the side panel directly?
If so - you can't do that, this would mean removing it from all files tagged with it, and there's no such method in the api. You can add this method yourself (you'll have to call delete by query in the ES).
@s1rk1t commented on GitHub (Dec 20, 2018):
Thanks for the response.
I found a workaround which entailed me changing the location of the data being crawled and (not sure this next step was necessary) clearing the images and then redownloading them all before spinning up another instance of AMBAR.
That got me back to the original state where no tags had yet to be applied, which will suit my purposes for now.