Skip to content

Commit

Permalink
feat: UUID Workflow value by server.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt committed Jul 21, 2024
1 parent 3050513 commit c43e792
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/store/modules/ADempiere/workflowDefinition.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
* Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. www.erpya.com
* Copyright (C) 2018-Present E.R.P. Consultores y Asociados, C.A. www.erpya.com
* Contributor(s): Edwin Betancourt [email protected] https://github.com/EdwinBetanc0urt
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -58,10 +58,7 @@ const workflow = {
const newWorkflow = {
...workflowResponse,
containerUuid,
// TODO: Add `uuid` property by server
uuid: containerUuid,
diagramMetadata: generateWorkflowDiagram(workflowResponse),
// fieldsList: [],
panelType
}

Expand Down

0 comments on commit c43e792

Please sign in to comment.