Skip to content

Commit

Permalink
Fix: Remember Record When Processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricargame committed Nov 13, 2024
1 parent db53c83 commit 528b7dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ADempiere/TabManager/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ export default defineComponent({
const recordId = currentRecordId.value
setValuesPath({
query: {
action: responseData.uuid,
...currentRoute.query,
recordId
},
Expand Down
6 changes: 6 additions & 0 deletions src/store/modules/ADempiere/processManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,12 @@ const processManager = {
return rootGetters.getIsLoadedTabRecord({
containerUuid: tabItem.uuid
})
}).forEach(tabItem => {
// if loaded data refresh this data
dispatch('getEntities', {
parentUuid: windowsUuid,
containerUuid: tabItem.uuid
})
})
}
}
Expand Down

0 comments on commit 528b7dd

Please sign in to comment.