Changes between Initial Version and Version 1 of Ticket #31512
- Timestamp:
- Apr 24, 2020, 6:28:32 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31512
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #31512 – Description
initial v1 5 5 This probably isn't the most beautiful thing though, and it wasn't really stated that this is the defacto way to check for equality (lest i use `self.year_in_school in self.YearInSchool.JUNIOR.value`. 6 6 7 It would be quite nice if the `self.year_in_school` type actually was of type ENUM, or at least had documented how you could check for equality with them.7 It would be quite nice if the `self.year_in_school` type actually was of type ENUM, or at least had documented how you could check for equality with them. 8 8 9 9 The current solution seems, sadly, hacky at best.