adempiere / adempiere-vue

ADempiere-Vue is a new UI for ADempiere ERP, CRM & SCM. It is based on Vue and uses the UI Toolkit element-ui. It is a great UI for ADempiere ERP, CRM & SCM, based on the newest development stack of Vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. This project was forked from Vue-Element-Admin originally write by PanJiaChen / 花裤衩 over MIT license and was changed to GNU/GPL v3 by Yamel Senih after forked granted by PanJiaChen / 花裤衩 on the issue "Extend as GNU/Gpl v3 License #1434".
https://adempiere.github.io/adempiere-vue
GNU General Public License v3.0
58 stars 47 forks source link

[Bug Report] Process Activity is not showed #1548

Open yamelsenih opened 2 years ago

yamelsenih commented 2 years ago

Bug report

Process activity is not showed after run a process with class not found error

Steps to reproduce

  1. Open ADempiere
  2. Run any process
  3. Press notification
  4. See the error

Screenshot or Gif(截图或动态图)

Screenshot_20220209_183917

Link to minimal reproduction(最小可在线还原demo)

Expected behavior

A clear and concise description of what you expected to happen.

Other relevant information

Additional context

error-log.js?b1fc:32 TypeError: Cannot read properties of undefined (reading 'processUuid')
    at eval (webpack-internal:///./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js!./node_modules/eslint-loader/index.js?!./src/views/ADempiere/ProcessActivity/processActivity.js?vue&type=script&lang=js&:62:55)
    at Array.forEach (<anonymous>)
    at VueComponent.eval (webpack-internal:///./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js!./node_modules/eslint-loader/index.js?!./src/views/ADempiere/ProcessActivity/processActivity.js?vue&type=script&lang=js&:60:18)
    at Watcher.get (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:4489:25)
    at Watcher.evaluate (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:4591:21)
    at RefImpl.computedGetter [as value] (webpack-internal:///./node_modules/@vue/composition-api/dist/vue-composition-api.esm.js:1505:27)
    at VueComponent.eval (webpack-internal:///./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js!./node_modules/eslint-loader/index.js?!./src/views/ADempiere/ProcessActivity/processActivity.js?vue&type=script&lang=js&:91:31)
    at Watcher.get (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:4489:25)
    at Watcher.evaluate (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:4591:21)
    at RefImpl.computedGetter [as value] (webpack-internal:///./node_modules/@vue/composition-api/dist/vue-composition-api.esm.js:1505:27) 'render'
eval @ error-log.js?b1fc:32
processLog.js?3c53:106 Error getting process activity: rootGetters.getProcess is not a function. Code: undefined.
elsiosanchez commented 2 years ago

This problem was fixed in the following PR https://github.com/adempiere/adempiere-vue/pull/1566 waiting for mixing