-
Notifications
You must be signed in to change notification settings - Fork 98
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(*): init logs to customer module #14281
base: feat/logs-to-customer-module
Are you sure you want to change the base?
Conversation
ref: MANAGER-15966 Signed-off-by: Romain Jamet <[email protected]>
ref: MANAGER-15966 Signed-off-by: Romain Jamet <[email protected]>
c70352b
to
94d3acd
Compare
Quality Gate passedIssues Measures |
type={ODS_MESSAGE_TYPE.error} | ||
> | ||
<OsdsText color={ODS_THEME_COLOR_INTENT.error}> | ||
<div>Une erreur est survenue</div> |
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.
manage translation
}) | ||
} | ||
> | ||
reload logs |
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.
manage translation
</div> | ||
); | ||
|
||
if (logKinds.length === 0) return <div>no logkinds</div>; |
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.
manage translation
const newLogKind = logKinds.find( | ||
(k) => k.kindId === event.detail.value, | ||
); | ||
setCurrentLogKind(newLogKind); |
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.
So if newLogKind is undefined
(not found), is it OK to reset the currentLogKind
?
"declaration": true, | ||
"resolveJsonModule": true, | ||
"allowJs": true, | ||
"jsx": "react" |
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.
To add @/... in all your imports
"jsx": "react" | |
"jsx": "react", | |
"paths": { | |
"@/*": ["./src/*"] | |
} |
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 as xx.interface.ts
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 as xx.interface.ts
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 as xx.interface.ts
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 as xx.interface.ts
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 as xx.interface.ts
feat/logs-to-customer-module
Breaking change is mentioned in relevant commitsDescription