-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat(module:message,notification): display nzData when content is a template #9001
feat(module:message,notification): display nzData when content is a template #9001
Conversation
This preview will be available after the AzureCI is passed. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9001 +/- ##
==========================================
+ Coverage 91.93% 91.94% +0.01%
==========================================
Files 555 555
Lines 19708 19708
Branches 2946 2945 -1
==========================================
+ Hits 18118 18120 +2
+ Misses 1263 1262 -1
+ Partials 327 326 -1 ☔ View full report in Codecov by Sentry. |
c45f48a
to
ac73b65
Compare
@HyperLife1119 all seems done :) |
8f7001a
to
828c6d3
Compare
6bcf365
to
d1db34f
Compare
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.
LGTM
e06201a
to
26b0d31
Compare
@Laffery your comments is taken into consideration and it's implemented |
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.
LGTM
close #8997 |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
nzData are not passed when content is custom template
Issue Number: #8997
What is the new behavior?
nzData are passed when content is custom template
Does this PR introduce a breaking change?
Other information