Skip to content

Fix adding participants by identifier to course

Marina Mădăraş requested to merge fix-add-participant into development

Closes #737 (closed) . Because the person table is created once and then updated dynamically based on what the user types, adding the click listeners for the buttons for adding participants on DOMContentLoaded does not work, as the table only "loads" once. Adding a method for onclick solves it.

Edited by Marina Mădăraş

Merge request reports

Loading