[Fix-7203] Remedy the issue about importing a process json file.#7811
Merged
zhuangchong merged 5 commits intoapache:devfrom Jan 5, 2022
Merged
[Fix-7203] Remedy the issue about importing a process json file.#7811zhuangchong merged 5 commits intoapache:devfrom
zhuangchong merged 5 commits intoapache:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #7811 +/- ##
============================================
- Coverage 40.89% 40.89% -0.01%
- Complexity 3671 3673 +2
============================================
Files 637 637
Lines 26783 26795 +12
Branches 3017 3020 +3
============================================
+ Hits 10954 10958 +4
- Misses 14776 14783 +7
- Partials 1053 1054 +1
Continue to review full report at Codecov.
|
|
SonarCloud Quality Gate failed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Purpose of the pull request
This PR will close #7203 .
Brief change log
The original codes didn't deal with the part of locations in the process definition json.So when the user employs this function of importing a process definition file the system would lose the locations.
Verify this pull request
This change added tests and can be verified as follows:
The original process is as follows:
The imported process is as follows:
