search in the process audit by user (#980)

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
pull/3759/head
Elsio Sanchez 2021-07-12 19:57:33 -04:00 committed by GitHub
parent 3b4765e40d
commit 3bb6a7880a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ const processLog = {
pageSize
}) {
// process Activity
return requestListProcessesLogs({ pageToken, pageSize })
return requestListProcessesLogs({ userUuid: getters['user/getUserUuid'], pageToken, pageSize })
.then(processActivityResponse => {
const responseList = processActivityResponse.processLogsList.map(processLogItem => {
const { uuid: containerUuid } = processLogItem