Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Issue #542 resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Faizan Saiyed committed Sep 24, 2018
1 parent 89e5ef4 commit 27a6c87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file modified client/rethinkdb_data/8be7d12d-73c1-4faa-a876-f39c2011697e
Binary file not shown.
1 change: 0 additions & 1 deletion client/src/pages/flow/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,6 @@ export default {
}
}).then(async function (response) {
let arrResources = await _.groupBy(response.data.data, 'module')
console.log('arrResources: ', arrResources)
// self.tableData = arrResources
// self.tableData = ['hi']
self.tableData = await _.extend(self.tableData, arrResources)
Expand Down
5 changes: 5 additions & 0 deletions client/src/pages/flow/New.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@
})
} else {
flowz.post(this.flowObject).then(response => {
subscriptionNew.moduleResource.moduleName = 'workflow_' + response.data.id
let registerAppModuleNew = actionsObj
subscriptionNew.moduleResource.registerAppModule = registerAppModuleNew
subscriptionNew.moduleResource.appRoles = userRolesArr
subscriptionNew.registeredAppModulesRole()
this.$Notice.success({title: 'Success..!', desc: 'Flow Saved..'})
this.$router.push({name: 'flow/list'})
localStorage.removeItem('BPMNXml')
Expand Down

0 comments on commit 27a6c87

Please sign in to comment.