performant-software / Annotation-Studio

An online annotation platform for teaching and learning in the humanities.
http://www.annotationstudio.org
GNU General Public License v2.0
4 stars 1 forks source link

Add anthology to `rep_group_list` property for invited users #432

Closed camdendotlol closed 1 year ago

camdendotlol commented 1 year ago

What this PR does

This PR updates the CSV invite logic to append the anthology's slug to the users' rep_group_list tags, which matches the original add_user method.

In theory, this should fix the recently-reported bug in which students' annotations do not appear when the "All" settings are selected:

Screen Shot 2022-08-30 at 11 03 48 AM

However, I was unable to replicate the reported bug, so I cannot confirm whether this will fix the issue. Matching the invite method more closely to the add_user method should be a good idea anyway.