silverstripe / silverstripe-linkfield

Silverstripe module for managing links
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

FIX Linkfield sorting issue #262

Closed sabina-talipova closed 3 months ago

sabina-talipova commented 3 months ago

Description

The self::get() method returns list of specific Link types, because of this for each link type we reset and begin to increase Sort again.

Parent issue