-
Notifications
You must be signed in to change notification settings - Fork 49
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: enhance events #3338
feat: enhance events #3338
Conversation
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.
Move Involved Object
and Source
to Configuration
Panel.
Add reportingComponent
to Configuration
Panel.
src/resources/Events/EventDetails.js
Outdated
const { t } = useTranslation(); | ||
|
||
return ( | ||
<UI5Panel | ||
key="message" | ||
title={t('events.headers.message')} | ||
title={t('common.headers.specification')} |
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.
Rename to ** Configuration** cause Events does not have Spec
1dae486
to
69a6c59
Compare
Description
Changes proposed in this pull request:
Related issue(s)
Definition of done
backlog#4567