devilry / trix2

Next generation Trix. Detailed task control and statistics app for better learning outcome.
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Assignment preview fails to render #118

Closed torgeirl closed 1 year ago

torgeirl commented 1 year ago

Clicking the preview option for an assignment doesn't work:

Screenshot from 2022-12-07 17-06-17

The HTTP 500 has a KeyError for line 368 in trix/trix_admin/views/assignments.py with the following message: KeyError: 'pk'

Edit: I have tested by adding myself (sysadmin) as a admin of the course just in case.

Levijatan commented 1 year ago

Fixed

torgeirl commented 1 year ago

Solved in 3.0.0b14 :+1: