Skip to content

Commit

Permalink
search in the process audit by user (#980)
Browse files Browse the repository at this point in the history
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
  • Loading branch information
elsiosanchez and elsiosanchez authored Jul 12, 2021
1 parent 3b4765e commit 3bb6a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/ADempiere/processLog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bb6a78

Please sign in to comment.