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 8, 2024
1 parent 0691d00 commit db53c83
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/store/modules/ADempiere/processManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,6 @@ 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 db53c83

Please sign in to comment.