Fix id of Items, saving
This commit is contained in:
@ -27,7 +27,7 @@ final class LoadingContext {
|
||||
posts: posts.values.sortedByStartDateAndId(),
|
||||
pages: pages.values.sortedByStartDateAndId(),
|
||||
tags: tags.values.sorted(),
|
||||
files: files.values.sorted { $0.id },
|
||||
files: files.values.sorted { $0.identifier },
|
||||
tagOverview: tagOverview,
|
||||
errors: errors.sorted().map { StorageError(message: $0) })
|
||||
}
|
||||
|
Reference in New Issue
Block a user