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
5 stars 1 forks source link

Redirect properly when batch adding documents #422

Closed camdendotlol closed 2 years ago

camdendotlol commented 2 years ago

What this PR does

This PR extends the redirect feature from #418 to also support the batch addition method from #417.

This PR also includes some refactoring to make document removal work the same way as document addition, hopefully making it easier to add a batch remove button in the near future.