Skip to content
Snippets Groups Projects
Commit b2cdcba1 authored by dcz's avatar dcz
Browse files

Merge branch 'master' into lu_without_semantic_frames

parents dfc66876 944658fd
Branches
No related merge requests found
......@@ -1078,7 +1078,7 @@ def attach_lu_to_unified_frame(request):
lu_sense = lu_base_sense_split[1]
unified_frame = UnifiedFrame.objects.get(pk=unified_frame_id)
lu = LexicalUnit.objects.get(base=lu_base, sense=lu_sense)
lu = LexicalUnit.objects.get(base=lu_base, sense=lu_sense, entry__isnull=False)
frames = list(lu.frames.all())
for frame in frames:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment