-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feat/process tasks #353
Feat/process tasks #353
Conversation
7e01003
to
8bd3b25
Compare
src/Altinn.App.Core/Internal/Process/Elements/AppProcessTaskTypeInfo.cs
Outdated
Show resolved
Hide resolved
93927c8
to
ab125a0
Compare
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.
Noen flere kommentarer.
test/Altinn.App.Api.Tests/Controllers/TestResources/ProcessControllerGetResponse.json
Outdated
Show resolved
Hide resolved
test/Altinn.App.Api.Tests/Controllers/ProcessControllerTests.cs
Outdated
Show resolved
Hide resolved
9d31b5e
to
81a15f6
Compare
I think yours is more complete, setting usernames and other values to other than just hard coded values. Party Id should as far as I know always be set so forcing the tests to do the same or explicitly set null seems like the right thing. |
# Conflicts: # test/Altinn.App.Api.Tests/Controllers/ActionsControllerTests.cs # test/Altinn.App.Api.Tests/Utils/PrincipalUtil.cs
Kudos, SonarCloud Quality Gate passed! |
Description
Adds a list
ProcessTasks
toAppProcessState
. The list contains information about all currently available tasks, and their type.It is used in the frontend to be able to render a specific taskId when we lift the state of the currently viewed task to the URL.
Related Issue(s)
Verification
Documentation