-
Notifications
You must be signed in to change notification settings - Fork 15
User Party: Creation not possible when relation has an old end date #2422
Copy link
Copy link
Open
Description
What is going wrong?
There is a problem when you try to create a user party and link it to a party with an end date in the past. Then the current workflow creates a startdate from now() and a check enddata > startdate fails. The party will not be created successfully.
Our scenario is that a user wants to link a project to a former project phase that is already over. But the user was related to this project and wants to upload data from that phase.
code is here:
| partyManager.AddPartyRelationship(party, TargetParty, partyRelationship.Title, partyRelationship.Description, partyTypePair, DateTime.Now, TargetParty.EndDate, partyRelationship.Scope); |
How is it supposed to work?
no error should happen.
We need to decide what should happen in that case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels