summaryrefslogtreecommitdiffstats
path: root/portal-FE-common
diff options
context:
space:
mode:
authorjz385p <jegadeesh.babu@att.com>2020-07-27 19:35:33 +0530
committerjz385p <jegadeesh.babu@att.com>2020-07-27 19:36:10 +0530
commitf241a11c8783c6a230a93d28101a62509af9e640 (patch)
tree7f146cbc8de23b37b8da224c89ab46a17731daac /portal-FE-common
parent7945565f9363846d0a8864217c2f77401960208c (diff)
app access audit entry with proper appid
app access audit entry with proper appid Issue-ID: PORTAL-962 Change-Id: I3877e830d8f39f2debcdd5d25a945cc52f923723 Signed-off-by: jz385p <jegadeesh.babu@att.com>
Diffstat (limited to 'portal-FE-common')
-rw-r--r--portal-FE-common/src/app/pages/dashboard-application-catalog/dashboard-application-catalog.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal-FE-common/src/app/pages/dashboard-application-catalog/dashboard-application-catalog.component.ts b/portal-FE-common/src/app/pages/dashboard-application-catalog/dashboard-application-catalog.component.ts
index bd6500bd..f26290f5 100644
--- a/portal-FE-common/src/app/pages/dashboard-application-catalog/dashboard-application-catalog.component.ts
+++ b/portal-FE-common/src/app/pages/dashboard-application-catalog/dashboard-application-catalog.component.ts
@@ -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);