[PR #634] [MERGED] Normalize Disc Title in Submission Info #1074

Closed
opened 2026-01-29 16:25:14 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/634
Author: @Deterous
Created: 1/19/2024
Status: Merged
Merged: 1/19/2024
Merged by: @mnadareski

Base: masterHead: det-patch-A


📝 Commits (2)

  • 1b736dd NormalizeDiscTitle for SubmissionInfo
  • e2f1cd4 Update changelog

📊 Changes

3 files changed (+16 additions, -9 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Core/InfoTool.cs (+11 -7)
📝 MPF.Core/UI/ViewModels/DiscInformationViewModel.cs (+4 -2)

📄 Description

Applies NormalizeDiscTitle to the main title field during SubmissionInfo generation.
Does not operate on Foreign Title as that field does not need alphabetization?

Implements the work done to fix #365 (I assume this is the desired output?)
Probably needs more testing


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/634 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 1/19/2024 **Status:** ✅ Merged **Merged:** 1/19/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `det-patch-A` --- ### 📝 Commits (2) - [`1b736dd`](https://github.com/SabreTools/MPF/commit/1b736ddb469b9167282b9e90875744bcac080843) NormalizeDiscTitle for SubmissionInfo - [`e2f1cd4`](https://github.com/SabreTools/MPF/commit/e2f1cd4472029ddce67f6e5aee65154cf182ebda) Update changelog ### 📊 Changes **3 files changed** (+16 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Core/InfoTool.cs` (+11 -7) 📝 `MPF.Core/UI/ViewModels/DiscInformationViewModel.cs` (+4 -2) </details> ### 📄 Description Applies NormalizeDiscTitle to the main title field during SubmissionInfo generation. Does not operate on Foreign Title as that field does not need alphabetization? Implements the work done to fix #365 (I assume this is the desired output?) Probably needs more testing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1074