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

Fix broken folder creation in #436 #438

Closed camdendotlol closed 1 year ago

camdendotlol commented 1 year ago

What this PR does

This PR fixes a bug in #436 that caused folder creation to fail.

It broke because I renamed the "Create folder and add" button without updating the controller logic to look for the new :commit field name. This one-line PR updates the name in the controller to match.