app access audit entry with proper appid 22/110622/1
authorjz385p <jegadeesh.babu@att.com>
Mon, 27 Jul 2020 14:05:33 +0000 (19:35 +0530)
committerjz385p <jegadeesh.babu@att.com>
Mon, 27 Jul 2020 14:06:10 +0000 (19:36 +0530)
app access audit entry with proper appid

Issue-ID: PORTAL-962
Change-Id: I3877e830d8f39f2debcdd5d25a945cc52f923723
Signed-off-by: jz385p <jegadeesh.babu@att.com>
portal-FE-common/src/app/pages/dashboard-application-catalog/dashboard-application-catalog.component.ts

index bd6500b..f26290f 100644 (file)
@@ -217,7 +217,7 @@ export class DashboardApplicationCatalogComponent implements OnInit {
   }
 
   auditLog(app:any) {
-    this.auditLogService.storeAudit(app.appId, 'app', app.url).subscribe(data => {
+    this.auditLogService.storeAudit(app.appid, 'app', app.url).subscribe(data => {
       console.log('App action Saved');
     }, error => {
       console.log('auditLog Save Error' + error);