diff --git a/src/components/ADempiere/Badge/index.vue b/src/components/ADempiere/Badge/index.vue
index cc5bf5b2..56cb4669 100644
--- a/src/components/ADempiere/Badge/index.vue
+++ b/src/components/ADempiere/Badge/index.vue
@@ -33,11 +33,25 @@
-
+
+
-
+
+
+
+
+
+
+
@@ -74,6 +88,9 @@ export default {
this.show = false
},
handleCurrentChange(getRecordNotification, val, index, rows) {
+ if (!this.isEmptyValue(getRecordNotification.typeActivity) && getRecordNotification.typeActivity) {
+ return ''
+ }
if (val !== null) {
let options = {
name: 'ProcessActivity'
@@ -92,6 +109,10 @@ export default {
this.$router.push(options, () => {})
}
},
+ openProcess(index, rows) {
+ this.$router.push({ name: '8e51c232-fb40-11e8-a479-7a0060f0aa01' }, () => {})
+ this.deleteRow(index, this.getRecordNotification)
+ },
deleteRow(index, rows) {
rows.splice(index, 1)
},
diff --git a/src/components/ADempiere/Form/WorkflowActivity/index.vue b/src/components/ADempiere/Form/WorkflowActivity/index.vue
index 7ce1ad16..4fc0104a 100644
--- a/src/components/ADempiere/Form/WorkflowActivity/index.vue
+++ b/src/components/ADempiere/Form/WorkflowActivity/index.vue
@@ -15,7 +15,7 @@
-->
-