-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: Update web notification from gtmpl to vue - EXO-66413 #331
Conversation
ctx.append(NotificationArguments.REQUEST_PROCESS, projectDto.getName()); | ||
ctx.append(NotificationArguments.REQUEST_TITLE, taskDto.getTitle()); |
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.
I see you add parameters in the context of the notification.
So, notifications created BEFORE your modification will not have the same parameters than notification created AFTER your modifications
Can you ensure that notifications created BEFORE will not break the interface (js error for example) at least. In the better case, notifications created before can display a small set of informations even if all parameters are not present
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.
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.
we can improve it by adding condition on existing params and display the old message. wdyt?
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.
yes please, if it is possible I prefer to make both possibility works
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.
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.
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.
yes it is
This PR updates the web notification old gtmpl templates to vue & vuetify for better UX
ccc088c
to
3333037
Compare
3333037
to
3febd94
Compare
SonarCloud Quality Gate failed. 0 Bugs 50.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
This PR updates the web notification old gtmpl templates to vue & vuetify for better UX