Skip to content

Commit 27947ce

Browse files
authored
Merge pull request #797 from intersystems/fix-install-durable-sys
Fix issues with installation on durable sys
2 parents 573c292 + e4b46ec commit 27947ce

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.13.0] - Unreleased
9+
10+
### Fixed
11+
- Fixed an edge case installing the package on containers with Durable SYS (#795)
12+
813
## [2.12.0] - 2025-06-06
914

1015
### Added

module.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424

2525
<!-- Pages for the Git menu in Studio/VSCode - moved to /isc/studio/usertemplates -->
2626
<!-- Can't call the folder git-source-control because this causes errors in CSP compliation! -->
27-
<FileCopy Name="csp/gitprojectsettings.csp" Target="${libdir}../devuser/studio/templates/gitsourcecontrol/gitprojectsettings.csp" />
28-
<FileCopy Name="csp/pull.csp" Target="${libdir}../devuser/studio/templates/gitsourcecontrol/pull.csp" />
29-
<FileCopy Name="csp/webuidriver.csp" Target="${libdir}../devuser/studio/templates/gitsourcecontrol/webuidriver.csp" />
30-
<FileCopy Name="csp/sync.csp" Target="${libdir}../devuser/studio/templates/gitsourcecontrol/sync.csp" />
31-
<FileCopy Name="git-webui/release/share/git-webui/webui/" Target="${libdir}../devuser/studio/templates/gitsourcecontrol/" Overlay="1" />
27+
<FileCopy Name="csp/gitprojectsettings.csp" Target="${mgrDir}../devuser/studio/templates/gitsourcecontrol/gitprojectsettings.csp" />
28+
<FileCopy Name="csp/pull.csp" Target="${mgrDir}../devuser/studio/templates/gitsourcecontrol/pull.csp" />
29+
<FileCopy Name="csp/webuidriver.csp" Target="${mgrDir}../devuser/studio/templates/gitsourcecontrol/webuidriver.csp" />
30+
<FileCopy Name="csp/sync.csp" Target="${mgrDir}../devuser/studio/templates/gitsourcecontrol/sync.csp" />
31+
<FileCopy Name="git-webui/release/share/git-webui/webui/" Target="${mgrDir}../devuser/studio/templates/gitsourcecontrol/" Overlay="1" />
3232

3333
<Invoke Class="SourceControl.Git.Utils" Method="OutputConfigureMessage" />
3434
<Invoke Class="SourceControl.Git.Utils" Method="Localize" />

0 commit comments

Comments
 (0)