-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust query and
LoadableAsset
to include deleted events
I forgot the fact that the table might include events that have been marked as deleted. Unfortunately that means the query and `LoadableAsset` trait are getting increasingly complicated to the point where it's hard to understand and quite easy to make these errors. This is also in part due to the series table's need to be sortable by event count, and I am starting to wonder if it might be better to move the whole query to the trait, though that brings its own complications and I doubt that would even be possible without other major adjustments.
- Loading branch information
Showing
3 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters