edgeryders / discourse-annotator

A text annotation and analysis application for Discourse. Made with Annotator.js and Ruby on Rails.
https://edgeryders.eu/t/6811
Other
4 stars 0 forks source link

Support moving codes to the top level using bulk-editing mode #204

Closed tanius closed 3 years ago

tanius commented 3 years ago

The recently deployed bulk editing mode for codes allows to move a selection of codes as child codes under a single other codes.

A small enhancement to this system has been requested by @miahass. Namely, the list of parent codes to move the codes under should also have an option to move them to the top level, that is, to select "no parent" in some way.

damingo commented 3 years ago

This is already possible by leaving the field blank. I add a hint to the form-field to make this clear.