fix: tag selector beautifed
This commit is contained in:
@ -387,6 +387,8 @@ def build_library_query_condition(form):
|
||||
break
|
||||
if count > 0:
|
||||
condition.and_sub_condition(sub_cond)
|
||||
else:
|
||||
condition.and_equal("id", None)
|
||||
|
||||
tags = form['tags'].split(",")
|
||||
for tag in tags:
|
||||
|
Reference in New Issue
Block a user