Base solution for your next web application
Open Closed

audit-log-detail-modal-component #5379


User avatar
0
BobIngham created

aspnet-core, angular: 5.4.1
Can anyone tell me what the purpose of the following lines are?
[https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/src/app/admin/audit-logs/audit-log-detail-modal.component.html#L55-L61])
In the same modal can anyone tell me why we have (ngSubmit)="save()" on the form declaration at line 5 when there is no corresponding method in the component and the fact that this is a display only modal?
The value AuditLogImpersonatedOperationInfo is not populated anywhere, can anyone tell me what's meant to be there?


3 Answer(s)