List of entries on exam details page generates invalid links #10

Closed
opened 2023-02-05 20:38:53 +00:00 by viveksantayana · 1 comment

The link generated displays the __str__ property of entry objects rather than linking to the ID.

The link generated displays the `__str__` property of entry objects rather than linking to the ID.
viveksantayana added the
bug
label 2023-02-05 20:39:05 +00:00
Author
Owner

id value being used to generate URL was set to the entry object and not the entry.id property. Rectified that in the next release.

`id` value being used to generate URL was set to the `entry` object and not the `entry.id` property. Rectified that in the next release.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: viveksantayana/ska-referee-test#10
No description provided.