bug in updtneeded-suche, online-quellen erweitert

This commit is contained in:
Frederik Jaeckel 2022-11-23 22:22:22 +01:00
parent 1daa743631
commit f323334800
4 changed files with 34 additions and 2 deletions

View file

@ -242,7 +242,7 @@ class Asset(ModelSQL, ModelView):
),
clause[2]),
)
return [('id', '=', query)]
return [('id', 'in', query)]
@classmethod
def get_identifier_sql(cls, tab_asset):