Diffusion Krita ccebd57a949a

Fix TagsForResource query

Authored by tymond on Nov 22 2019, 7:55 PM.

Description

Fix TagsForResource query

The query confused resource_types with resource_tags
and mentioned the r_types table a few times.
Since there is no need to join the r_types table
at all, this commit removes it altogether.

Details

Committed
tymondNov 22 2019, 8:09 PM
Parents
R37:3a1d3639f706: Use KisTagSP in signals in tagging widgets
Branches
Unknown
Tags
Unknown
References
refs/keep-around/ccebd57a949a2a35d747d3cb721cf0facd8c4731
rempt added a subscriber: rempt.Nov 25 2019, 12:57 PM

Yes, this is correct. Not sure why I wanted to add the resourcetype to this query.