-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add validator #593
Merged
Merged
Add validator #593
Conversation
This file contains 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
Generated by E2E-Test |
daniel-arnauer
force-pushed
the
add-validator
branch
from
November 5, 2020 10:34
d86baf9
to
3232696
Compare
On api workflowitems may only be closed by assignee. TODO
Important Notes
|
daniel-arnauer
force-pushed
the
add-validator
branch
from
November 12, 2020 15:40
8585306
to
3cedfa4
Compare
daniel-arnauer
force-pushed
the
add-validator
branch
from
November 16, 2020 08:49
3cedfa4
to
6e1cf0b
Compare
Stezido
force-pushed
the
add-validator
branch
from
November 16, 2020 09:15
6e1cf0b
to
130c06c
Compare
Groups and users may be assigned to workflowitems and subprojects Adapt tests and provisioning to fit the new behaviour Auth including subproject.close and workflowitem.close intents are removed
Only assignees are allowed to close a project Remove project.close permission
Subprojects can be created/listed with a validator field
Add more detailed error message to workflowitem eventsourcing
WorkflowitemType can now be set without any business logic
A workflowitem may only be created if the type matches the one set in the parent subproject
Filter close and archive permissions since they are deprecated
Stezido
force-pushed
the
add-validator
branch
from
November 16, 2020 09:24
130c06c
to
6d518af
Compare
Add validator and workflowitem type to subproject create section Update workflowitem close Remove all workflowitem close permission docs
georgimld
force-pushed
the
add-validator
branch
from
November 16, 2020 11:01
c2da44f
to
378bcad
Compare
Use update project instead of close project to test notifications
Move close tests into own file
Use update instead of close in history
Stezido
approved these changes
Nov 16, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created follow up issue regarding the ui review -> #620
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.
Closes #572
TODO