-
-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I wasn't gonna touch these until the end but there seems to be some active breakage so this does enough to get the following to work - but leaves a full cleanup pass out of scope as it does the reconcilliation between the trait & parent class and any decisions about any finalised interface. Tests cover the changes to tokens and testActivityDateTimeMatchRepeatableSchedule covers the schedule rendering Existing tokens still work but new-style are advertised with this ``` Subject: {activity.subject} Date: {activity.activity_date_time} Duration: {activity.duration} Location: {activity.location} Details: {activity.details} Status ID: {activity.status_id} (legacy) Status: {activity.status} Status: {activity.status_id:label} Activity Type ID: {activity.activity_type_id} (legacy) Activity Type: {activity.activity_type} Activity Type: {activity.activity_type_id:label} Activity ID: {activity.activity_id} (legacy) Activity ID: {activity.id} (just weird) Case ID: {activity.case_id} ```
- Loading branch information
1 parent
979232c
commit d491ed0
Showing
3 changed files
with
139 additions
and
88 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