Closed
Description
Say I am configuring an instance programmatically with a setup script using the SourceControl.Git.Settings API:
set settings = ##class(SourceControl.Git.Settings).%New()
do settings.%Save()
Most settings values are set to a default value, but the mappings are not set to anything. Instead I have to set each mapping individually on the Mappings property.
To make this more convenient we could check if there are any existing mappings configured. If not, set Mappings to the default values.
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
isc-tleavitt commentedon Apr 4, 2023
Relates to #225 re: backward-compatibility "if no mappings are configured" - might make sense to tackle simultaneously.
fixed issue #250 -- Set up default mappings with SourceControl.Git.Se…
Merge pull request #282 from intersystems/fix-default-mappings
isc-rsaptars commentedon Sep 18, 2023
Fixed