Skip to content

Conversation

@diebas
Copy link
Collaborator

@diebas diebas commented Nov 14, 2025

Notes

When assigning the Journal mask to new facilities it was ordering the values alphabetically. That solution works great when there are less than 100 numbers. After 100, as 9 is alphabetically higher than 1, that order is still finding 99 as the last number so it tries to assign the C100 journal mask again and it fails.

Now we are ordering numerically so it always find the highest number value

@diebas diebas changed the title Order journal mask numerically [NUOPEN-294] Order journal mask numerically Nov 14, 2025
@diebas diebas force-pushed the nuopen-294/order-journal-masks-numerically branch 2 times, most recently from 3214b94 to bcfe58b Compare November 14, 2025 19:48
Copy link
Collaborator

@LeticiaErrandonea LeticiaErrandonea left a comment

Choose a reason for hiding this comment

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

LGTM!

@diebas diebas force-pushed the nuopen-294/order-journal-masks-numerically branch from bcfe58b to 63ef893 Compare November 17, 2025 13:12
@diebas diebas merged commit 1702447 into master Nov 17, 2025
4 checks passed
@diebas diebas deleted the nuopen-294/order-journal-masks-numerically branch November 17, 2025 13:27
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.

4 participants