Bug #2432
Info dialog doesn't appear for some works
Start date:
06/11/2019
Due date:
% Done:
100%
Associated revisions
Making dialog work even if some information was not provided by the APIs
Closes #2432
Making dialog work even if some information was not provided by the APIs
Closes #2432
History
#1 Updated by Luke Murphey over 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 over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100