Commit e5c5cc8a2e72f41d3d93d40e083ba780bbbfba5a
1 parent
08058cfc
poprawka do wyświetlania odsyłaczy
Showing
1 changed file
with
1 additions
and
1 deletions
dictionary/ajax_lexeme_view.py
... | ... | @@ -164,7 +164,7 @@ def lexeme_edit_form(request, id): |
164 | 164 | lip.qualifiers.filter(vocabulary=owner) if ro_owner else []) |
165 | 165 | for lip in lips] |
166 | 166 | crs = l.refs_to.order_by('type__index').filter( |
167 | - to_lexeme__vocabularies=visible_qualifiers(request.user)) | |
167 | + to_lexeme__vocabularies__in=visible_qualifiers(request.user)) | |
168 | 168 | to_return['cross_references'] = crs |
169 | 169 | return to_return |
170 | 170 | |
... | ... |