Skip to content

Disallow spaces that aren't a positive integer#1206

Merged
JackLewis-digirati merged 4 commits into
developfrom
fix/disableInvalidSpaces
May 28, 2026
Merged

Disallow spaces that aren't a positive integer#1206
JackLewis-digirati merged 4 commits into
developfrom
fix/disableInvalidSpaces

Conversation

@JackLewis-digirati
Copy link
Copy Markdown
Collaborator

@JackLewis-digirati JackLewis-digirati commented May 28, 2026

What does this change?

Resolves #997

This PR fixes an issue where spaces could be created at a value of 0 or less. This will disable the creation of negative spaces and update of the stub asset space

@JackLewis-digirati JackLewis-digirati marked this pull request as ready for review May 28, 2026 10:45
@JackLewis-digirati JackLewis-digirati requested a review from a team as a code owner May 28, 2026 10:45
Comment thread src/protagonist/API/Features/Space/Requests/PatchSpace.cs Outdated
Comment thread src/protagonist/API/Features/Space/Requests/PutSpace.cs Outdated
@JackLewis-digirati JackLewis-digirati merged commit 162292e into develop May 28, 2026
8 checks passed
@JackLewis-digirati JackLewis-digirati deleted the fix/disableInvalidSpaces branch May 28, 2026 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Customer is able to create a space assigned to 0 or a negative number via PUT

2 participants