Skip to content
Snippets Groups Projects
Commit f3de8c58 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

fix: avoid user to be able to edit order in my order always

parent 8052b9c7
No related branches found
No related tags found
No related merge requests found
<dlcm-button-toolbar-detail [mode]="isEdit ? 'edit' : 'detail'" <dlcm-button-toolbar-detail [mode]="isEdit ? 'edit' : 'detail'"
[editAvailable]="(currentObs | async)?.status != orderStatusEnum.READY" [editAvailable]="false"
[currentModel]="currentObs | async" [currentModel]="currentObs | async"
[listExtraButtons]="listExtraButtons" [listExtraButtons]="listExtraButtons"
(editChange)="edit()" (editChange)="edit()"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment