Skip to content

Commit 8a9e691

Browse files
committed
Merged in [16598] from rjsparks@nostrum.com:
Add the ppt* to pdf conversion to the approve-suggested-slides workflow. Fixes ietf-tools#2762. - Legacy-Id: 16643 Note: SVN reference [16598] has been migrated to Git commit c43dcaa
1 parent 624a4c5 commit 8a9e691

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/meeting/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2491,6 +2491,7 @@ def approve_proposed_slides(request, slidesubmission_id, num):
24912491
sub_name, sub_ext = os.path.splitext(submission.filename)
24922492
target_filename = '%s-%s%s' % (sub_name[:sub_name.rfind('-ss')],doc.rev,sub_ext)
24932493
os.rename(submission.staged_filepath(), os.path.join(path, target_filename))
2494+
post_process(doc)
24942495
acronym = submission.session.group.acronym
24952496
submission.delete()
24962497
return redirect('ietf.meeting.views.session_details',num=num,acronym=acronym)

0 commit comments

Comments
 (0)