You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you create a new Output Config Item in the ConfigListView, and you only assign the name and you don't edit the config and save it, the XML will contain a node without settings and also unnecessary properties.
Steps To Reproduce
Steps to reproduce the behavior:
Create a new config file.
Add a new item description.
Save the file.
Open the file in VSCode.
See error
Expected behavior
The config xml node should only contain the GUID, active and description attributes and elements.
Actual behavior
It contains more node elements.
Details
MobiFlight Version: 10.3
Additional context
I noticed this during the mf2025 UI refactoring.
It works ok for InputConfigItems
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When you create a new Output Config Item in the ConfigListView, and you only assign the name and you don't edit the config and save it, the XML will contain a node without settings and also unnecessary properties.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The config xml node should only contain the
GUID
,active
anddescription
attributes and elements.Actual behavior
It contains more node elements.
Details
Additional context
I noticed this during the mf2025 UI refactoring.
It works ok for
InputConfigItems
The text was updated successfully, but these errors were encountered: