* Internal: Move display_order from ResourceNode to ResourceLink #5137
* Internal: Use ResourceLink $displayOrder instead of ResourceNode $displayOrder #5137
* Internal: Remove ResourceNode $displayOrder #5137
* Vendor: Bump stof/doctrine-extensions-bundle version to 1.10 #5137
* Forum: Fix query to get forums in category ordered by resourceLink.displayOrder
* LP: Refactoring delete method to mark the resource link as deleted instead of remove the lp as resource
* LP: Fix query to set a custom order in lp list
* LP: Fix buttons to sort learn paths
* Rename ResourceNode::getResourceLinkByTypeGroup to ResourceNode::getResourceLinkByContext and change order or its params
* LP: Change display resource link display order when moving category position
* LP: Fix layout for old list view
* Forum: Fix sorting for forums and categories
* Course Progress: Fix sorting for sections
* Internal: Enable SoftDeleteable for ResourceLink entities
* Remove ResourceLink::VISIBILITY_DELETED in favor of soft delete
* Internal: Refactoring migration about display_order in course tools
* LP: Refactoring the category delete method to make a soft delete of the resource link
* LP: Refactoring the thematic delete method to make a soft delete of the resource link
* LP: Refactoring the forum delete methods to make a soft delete of the resource link
* Add shortcut method to remove resource link from its resource
* CI: Fix ResourceNodeRepositoryTest by adding a link to the resource node
* Internal: Migration: Drop display_order column from c_lp table
* Internal: Migration: Drop position column from c_lp_category table
* Internal: Migration: Drop cat_order column from c_forum_category table
* Internal: Migration: Drop forum_order column from c_forum_forum table
* Internal: Migration: Drop display_order column from c_thematic table
* Minor: Format code
* Announcement: Fix order of the course announcements
* Internal: Refactoring migration
* Internal: Migration: Drop display_order column from c_glossary table
* Refactoring method to move display order of resource links