Skip to content

Commit 3b84d4f

Browse files
authored
Merge pull request #502 from intersystems/import-all-basic
Added import-all to basic mode
2 parents 750a363 + 77db1c2 commit 3b84d4f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111
- Files in uncommitted queue in any namespace warn users when opened except for in VSCode (#370)
12-
13-
### Added
1412
- Added link back to IRIS management portal from Settings, Git WebUI pages (#449)
13+
- Added Import all and Import All (Force) to basic mode menu (#498)
1514

1615
### Fixed
1716
- Changed prompts in configure from 0/1 to no/yes (#461)

cls/SourceControl/Git/Extension.cls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ Method OnSourceMenuItem(name As %String, ByRef Enabled As %String, ByRef Display
145145
set Enabled = $CASE(name,
146146
"Status": 1,
147147
"GitWebUI" : 1,
148+
"Import": 1,
149+
"ImportForce": 1,
148150
"NewBranch": 1,
149151
"SwitchBranch": 1,
150152
"Sync": 1,

0 commit comments

Comments
 (0)