adapt-security / adapt-authoring

A server-based user interface for authoring eLearning courses using the Adapt framework.
http://adaptlearning.org
10 stars 5 forks source link

Content item copy/paste #249

Closed taylortom closed 4 years ago

taylortom commented 4 years ago

Sort order

tomgreenfield commented 4 years ago

One thing to watch out for at the moment is ContentObject.updateSiblingSortOrder.

This operation shouldn't be performed if the create is part of a copy and paste where the sort orders of children need to be preserved.

taylortom commented 4 years ago

Done in https://github.com/adapt-security/adapt-authoring-content/commit/530ff32c54b9c0e842adf314eade2d28b141fe5e

taylortom commented 4 years ago

Sort order: https://github.com/adapt-security/adapt-authoring/issues/296