Project

General

Profile

Bug #2432

Info dialog doesn't appear for some works

Added by Luke Murphey almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06/11/2019
Due date:
% Done:

100%

Associated revisions

Revision 993 (diff)
Added by lukemurphey almost 5 years ago

Making dialog work even if some information was not provided by the APIs

Closes #2432

Revision 994 (diff)
Added by lukemurphey almost 5 years ago

Making dialog work even if some information was not provided by the APIs

Closes #2432

History

#1 Updated by Luke Murphey almost 5 years ago

from reader.models import Work, WorkAlias
from django.shortcuts import get_object_or_404

WorkAlias.objects.get( title_slug='new-testament')
WorkAlias.objects.get( title_slug='asv')
work_alias = get_object_or_404(WorkAlias, title_slug='asv')

#2 Updated by Luke Murphey almost 5 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF