Skip to content

Commit

Permalink
correct error when loading the panel in the processes (#49)
Browse files Browse the repository at this point in the history
* correct error when loading the panel in the processes

* minimal changos
  • Loading branch information
elsiosanchez authored May 11, 2022
1 parent 70311d5 commit 38a0328
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions src/utils/ADempiere/dictionary/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ export const runProcessOfWindow = {
uuid,
isShowed: true
})
// store.dispatch('startProcessOfWindow', {
// parentUuid,
// containerUuid,
// uuid
// })
}
}

Expand Down
1 change: 1 addition & 0 deletions src/views/ADempiere/Window/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ export default defineComponent({
function getWindow() {
let window = storedWindow.value
if (!isEmptyValue(window)) {
generateWindow()
setLoadWindow(window)
return
}
Expand Down

0 comments on commit 38a0328

Please sign in to comment.