-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes to activity display in case timeline #10281
Conversation
ang/crmCaseType.js
Outdated
@@ -391,5 +397,6 @@ | |||
}); | |||
}; | |||
}); | |||
// console.log($scope.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kill this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gone!
@colemanw one for you to review? |
also noticed that "Newest" and "Oldest" were never translated |
@agh1 Andrew test failures look legit |
@seamuslee001 thanks--the test was missing the activity type data for two of the activity types it used. (My changes look up the activity type to find the label.) |
Code looks good, tested it out and was able to reproduce the bug & confirm that this fixes it. |
Two issues when editing a case timeline: