You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When you run two constructionLists in a row, the second one can access the resources that will be used by the first one. You request construction with the constructionList, but the resources in the city are still available for other construction tasks. This may result in a lack of resources when ordering construction.
Describe the solution you'd like
I would like the resources used in the constructionList to not be available (visible, etc.) for other tasks, such as a new constructionList.
Describe alternatives you've considered
I see no alternatives other than blocking the resources that will be used by the constructionList task that was successfully saved.
Additional context
Nothing
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When you run two constructionLists in a row, the second one can access the resources that will be used by the first one. You request construction with the constructionList, but the resources in the city are still available for other construction tasks. This may result in a lack of resources when ordering construction.
Describe the solution you'd like
I would like the resources used in the constructionList to not be available (visible, etc.) for other tasks, such as a new constructionList.
Describe alternatives you've considered
I see no alternatives other than blocking the resources that will be used by the constructionList task that was successfully saved.
Additional context
Nothing
The text was updated successfully, but these errors were encountered: