Skip to content

fix: fix "search for tag" function in tag manager#1411

Open
CyanVoxel wants to merge 1 commit into
mainfrom
fix-1404
Open

fix: fix "search for tag" function in tag manager#1411
CyanVoxel wants to merge 1 commit into
mainfrom
fix-1404

Conversation

@CyanVoxel

Copy link
Copy Markdown
Member

Summary

Fixes #1404 by setting the driver reference for the tag manager.

Tasks Completed

  • Platforms Tested:
    • Windows x86
    • Windows ARM
    • macOS x86
    • macOS ARM
    • Linux x86
    • Linux ARM
  • Tested For:
    • Basic functionality
    • PyInstaller executable

@CyanVoxel CyanVoxel added this to the Alpha v9.6.1 milestone Jul 2, 2026
@CyanVoxel CyanVoxel added Type: UI/UX User interface and/or user experience Priority: High An important issue requiring attention TagStudio: Tags Relating to the TagStudio tag system Type: Fix A fix for a bug, typo, or other issue labels Jul 2, 2026
@CyanVoxel CyanVoxel moved this to 🍃 Pending Merge in TagStudio Development Jul 2, 2026
@CyanVoxel CyanVoxel changed the title fix: set driver for tag manager fix: fix "search for tag" function in tag manager Jul 2, 2026
Comment thread src/tagstudio/qt/ts_qt.py
)
self.tag_manager_panel = TagSearchModal(self.lib, is_tag_chooser=False)
self.tag_manager_panel.title_widget.setText(Translations["tag_manager.title"])
self.tag_manager_panel.tsp.set_driver(self)

@Computerdores Computerdores Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also missing for every other usage of TagSearchModal, should we move that to the TagSearchPanel constructor?

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

Labels

Priority: High An important issue requiring attention TagStudio: Tags Relating to the TagStudio tag system Type: Fix A fix for a bug, typo, or other issue Type: UI/UX User interface and/or user experience

Projects

Status: 🍃 Pending Merge

Development

Successfully merging this pull request may close these issues.

[Bug]: Search tag right click action in Manage tag menu is now nonfunctional

2 participants