mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-22 02:49:04 +02:00
fix: make sorting of strings case insensitive
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
type API struct {
|
||||
model.Base
|
||||
|
||||
Name string `sortable:"true"`
|
||||
Audience string `sortable:"true"`
|
||||
Name string `sortable:"case-insensitive"`
|
||||
Audience string `sortable:"case-insensitive"`
|
||||
UpdatedAt *datatype.DateTime
|
||||
AllowCIMDClients bool `gorm:"column:allow_cimd_clients"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user