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

Topic/remove default string maniplulaot #2424

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

MrHinsh
Copy link
Member

@MrHinsh MrHinsh commented Oct 4, 2024

Working with @xci-mrt to identify why StringManipulatorTool is removing danish chars even when he adds a new manipulator...

Turns out the default and the new one are merged. So both run regardless of the desirement.

I have moved the default manipultor to code and it will only present if the manipulators list is empty. this allows an override.

Clodes #2424

…ne are configured

🔧 (appsettings.json): remove default manipulator configuration

Remove the default manipulator configuration from `appsettings.json` to allow for more dynamic configuration. The code now checks if manipulators are configured; if not, it adds a default manipulator programmatically. This change enhances flexibility by allowing the application to operate with a default manipulator without requiring explicit configuration in the settings file.
@nkdagility-actions-bot
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://blue-river-093197403-2424.westeurope.5.azurestaticapps.net

@MrHinsh MrHinsh merged commit 91b3f14 into main Oct 4, 2024
16 checks passed
@MrHinsh MrHinsh deleted the topic/remove-default-string-maniplulaot branch October 4, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove default string manipulator from appsettings....
1 participant