Skip to content

Commit

Permalink
Update src/viur/core/bones/string.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward authored Aug 14, 2023
1 parent 892a458 commit fc47ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viur/core/bones/string.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def buildDBSort(
elif not self.caseSensitive:
prop += ".idx"

# fixme: VIUR4 replace theses stupid numbers defining a sort-order by a meaningful keys
sorting = {
"1": db.SortOrder.Descending,
"2": db.SortOrder.InvertedAscending,
Expand Down

0 comments on commit fc47ac9

Please sign in to comment.