Fix tasks sorting by priority

This commit is contained in:
Francis Lachapelle 2016-10-21 14:15:34 -04:00
parent 0cbf5cca8d
commit d779657fdf

View file

@ -58,15 +58,16 @@
#define taskClassificationIndex 6 #define taskClassificationIndex 6
#define taskLocationIndex 7 #define taskLocationIndex 7
#define taskCategoryIndex 8 #define taskCategoryIndex 8
#define taskEditableIndex 9 #define taskViewableIndex 9
#define taskErasableIndex 10 #define taskEditableIndex 10
#define taskPriorityIndex 11 #define taskErasableIndex 11
#define taskOwnerIndex 12 #define taskPriorityIndex 12
#define taskIsCycleIndex 13 #define taskOwnerIndex 13
#define taskNextAlarmIndex 14 #define taskIsCycleIndex 14
#define taskRecurrenceIdIndex 15 #define taskNextAlarmIndex 15
#define taskIsExceptionIndex 16 #define taskRecurrenceIdIndex 16
#define taskDescriptionIndex 17 #define taskIsExceptionIndex 17
#define taskDescriptionIndex 18
@interface NSArray (SOGoEventComparison) @interface NSArray (SOGoEventComparison)