Skip to content

Commit c43dcaa

Browse files
committed
Add the ppt* to pdf conversion to the approve-suggested-slides workflow. Fixes ietf-tools#2762. Commit ready for merge.
- Legacy-Id: 16598
1 parent 51a874d commit c43dcaa

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
@@ -2490,6 +2490,7 @@ def approve_proposed_slides(request, slidesubmission_id, num):
24902490
sub_name, sub_ext = os.path.splitext(submission.filename)
24912491
target_filename = '%s-%s%s' % (sub_name[:sub_name.rfind('-ss')],doc.rev,sub_ext)
24922492
os.rename(submission.staged_filepath(), os.path.join(path, target_filename))
2493+
post_process(doc)
24932494
acronym = submission.session.group.acronym
24942495
submission.delete()
24952496
return redirect('ietf.meeting.views.session_details',num=num,acronym=acronym)

0 commit comments

Comments
 (0)