Skip to content
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

Fix(Orders) Add pattern for container_name #4174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Vince-janv
Copy link
Contributor

@Vince-janv Vince-janv commented Jan 31, 2025

Description

Solves LIMS strips spaces from container names #4173.

Instead if just removing trailing whitespaces or just not letting them through I thought we could add som basic constraints on it.

Changed

  • The container_name field now needs to adhere to the pattern ^[A-Za-z0-9_]*$

@Vince-janv Vince-janv requested a review from a team as a code owner January 31, 2025 16:21
@Vince-janv Vince-janv linked an issue Jan 31, 2025 that may be closed by this pull request
@Vince-janv Vince-janv requested a review from Karl-Svard January 31, 2025 16:24
Copy link
Contributor

@Karl-Svard Karl-Svard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love it!

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.

LIMS strips spaces from container names
2 participants