-
Notifications
You must be signed in to change notification settings - Fork 75
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
12696 automatically add payment data type to applicationmetadata when adding payment task #12776
12696 automatically add payment data type to applicationmetadata when adding payment task #12776
Conversation
79cd8a0
to
b1fa767
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12776 +/- ##
==========================================
+ Coverage 90.24% 90.26% +0.02%
==========================================
Files 1318 1320 +2
Lines 18914 18953 +39
Branches 2310 2313 +3
==========================================
+ Hits 17068 17107 +39
Misses 1582 1582
Partials 264 264 ☔ View full report in Codecov by Sentry. |
b1fa767
to
a7679f9
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.
Great work! I have a couple of suggestions to consider 😊
frontend/packages/process-editor/src/bpmnProviders/SupportedPaletteProvider.js
Show resolved
Hide resolved
frontend/packages/process-editor/src/bpmnProviders/SupportedPaletteProvider.js
Outdated
Show resolved
Hide resolved
frontend/packages/process-editor/src/hooks/useBpmnEditor.test.tsx
Outdated
Show resolved
Hide resolved
df4d27c
to
02d8bcc
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.
Looks great!
Frontend unit tests pipeline seems to be failing 🤔
02d8bcc
to
4ce9dff
Compare
… adding payment task (#12776) * Add/delete dataType when taskType is payment or signing * Support multiple data types for multiple payment or signing tasks * Fix PR comments
Description
Add dataType to appmetadata when adding payment and signing tasks to bpmn process.
Use custom prefix id
paymentInformation-
andsignatureInformation-
and 4 characters random identifier as suffix.Remove same dataType when deleting using the same dataTypeId as identifier for backend.
Related Issue(s)
Verification