Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DLCM
UI
DLCM-Portal
Commits
8ea1e570
Commit
8ea1e570
authored
Nov 24, 2021
by
Florent Poittevin
Committed by
David.Gold1
Dec 01, 2021
Browse files
feat: [DLCM-1959] add user full name in change log section
parent
53864291
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/shared/components/containers/shared-additional-information-panel/shared-additional-information-panel.container.html
View file @
8ea1e570
...
...
@@ -3,4 +3,5 @@
[correspondingWhoChangeInfoAttributeKey]=
"correspondingWhoChangeInfoAttributeKey"
[resourceNameSpace]=
"resourceNameSpace"
[state]=
"state"
[mode]=
"mode"
></solidify-additional-information-panel-container>
src/app/shared/components/containers/shared-additional-information-panel/shared-additional-information-panel.container.ts
View file @
8ea1e570
...
...
@@ -10,6 +10,7 @@ import {SharedAbstractContainer} from "@shared/components/containers/shared-abst
import
{
sharedUserActionNameSpace
}
from
"
@shared/stores/user/shared-user.action
"
;
import
{
SharedUserState
}
from
"
@shared/stores/user/shared-user.state
"
;
import
{
AdditionalInformationPanelMode
,
BaseResourceType
,
ResourceNameSpace
,
ResourceState
,
...
...
@@ -29,4 +30,7 @@ export class SharedAdditionalInformationPanelContainer extends SharedAbstractCon
@
Input
()
resource
:
BaseResourceType
;
@
Input
()
mode
:
AdditionalInformationPanelMode
=
"
standalone
"
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment