ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Editing Tags via UD is not being written to meta files #67

Closed Windos closed 4 years ago

Windos commented 4 years ago

Describe the Issue

When editing Tags on scripts via UD, the change shows in the UI but is not written to the *.meta.ps1 files (and therefore is not committed to Git)

If you edit something else the involves a scripts meta data, the tag information is included then.

See #66 for an example of the inclusion of a tag being included in an unrelated git commit.

To Reproduce

Expected behavior

This change should be written to the file and committed at the time of edit.

Screenshots

Tag in UD, not in Meta:

Missing tag in Meta file

Commit after changing description to force a Meta update:

Forced Commit

Version Information

adamdriscoll commented 4 years ago

Resolved in 0.0.3-beta6