[Fix-9025] [UI Next] Rectify this issue about failing to save a process when the user is ordinary user.#9063
Merged
caishunfeng merged 2 commits intoMar 21, 2022
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
songjianet
added a commit
that referenced
this pull request
Mar 22, 2022
#9062) * [Feature][UI Next][V1.0.0-Alpha] Adjust all table column widths in this project. * [Fix][UI Next][V1.0.0-Alpha] Fix workflow delete handle (#9057) * [Fix][UI Next][V1.0.0-Alpha] User Manage Queue display error (#9060) * fix package bug (#9051) * [Fix][UI Next][V1.0.0-Alpha] Fix the monitoring center does not support multiple worker. (#9061) * [Fix][UI Next][V1.0.0-Alpha] Remove the unused Ref. * [Fix-9025] [UI Next] Rectify this issue about failing to save a process when the user is ordinary user. (#9063) * modify the back-edn api * fix this issue * [Fix][UI Next][V1.0.0-Alpha]Change the column-config file name to column-width-config and COLUMN_CONFIG to COLUMN_WIDTH_CONFIG. * [Bug][UI Next] Fix style errors (#9067) * [Feature][UI Next][V1.0.0-Alpha] Adjust all table column widths in this project. * [Fix][UI Next][V1.0.0-Alpha] Remove the unused Ref. * [Fix][UI Next][V1.0.0-Alpha]Change the column-config file name to column-width-config and COLUMN_CONFIG to COLUMN_WIDTH_CONFIG. Co-authored-by: Devosend <devosend@gmail.com> Co-authored-by: zixi0825 <sunzhaohe0825@gmail.com> Co-authored-by: songjianet <1778651752@qq.com> Co-authored-by: calvin <jianghuachinacom@163.com> Co-authored-by: labbomb <739955946@qq.com>
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 #9025 .
close #9026
Brief change log
Verify this pull request
This change added tests and can be verified as follows:
The test results are as follows:
If the user is admin and the project has any existing task group, the user can assign a task group to the task.

If the user is ordinary user and the project hasn't any existing task group, the user can not assign a task group to the task.
