Skip to content

Commit 8739093

Browse files
committed
Fix UI and post-discard refresh
Fixed the UI so that the "Restore" button in the discarded files is always visible Run a refresh of the uncommitted queue after the discard
1 parent 6f4c805 commit 8739093

File tree

16 files changed

+34
-34
lines changed

16 files changed

+34
-34
lines changed

cls/SourceControl/Git/Build.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ ClassMethod BuildUIForDevMode(devMode As %Boolean, rootDirectory As %String)
1414
write !, $zf(-100, "/SHELL", "npm", "run", "build", "--prefix", webUIDirectory)
1515
}
1616

17-
}
17+
}

cls/SourceControl/Git/File.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ Storage Default
6868
<Type>%Storage.Persistent</Type>
6969
}
7070

71-
}
71+
}

cls/SourceControl/Git/Modification.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Property internalName As %String;
1111
/// Type of change (A|C|D|M|R|T|U|X|B). See git diff documentation.
1212
Property changeType As %String;
1313

14-
}
14+
}

cls/SourceControl/Git/PackageManagerContext.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Method Dump()
5050
write !?4,"Git-enabled? ",$select(..IsInGitEnabledPackage:"Yes",1:"No"),!
5151
}
5252

53-
}
53+
}

cls/SourceControl/Git/PullEventHandler.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ ClassMethod ForInternalNames(InternalName As %String) As %Status
4444
quit ..ForModifications(.files)
4545
}
4646

47-
}
47+
}

cls/SourceControl/Git/PullEventHandler/Default.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Method OnPull() As %Status
1515
quit ##class(SourceControl.Git.PullEventHandler.IncrementalLoad)$this.OnPull()
1616
}
1717

18-
}
18+
}

cls/SourceControl/Git/PullEventHandler/PackageManager.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Method OnPull() As %Status
1111
quit ##class(%ZPM.PackageManager).Shell("load "_..LocalRoot)
1212
}
1313

14-
}
14+
}

cls/SourceControl/Git/Settings.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,4 +302,4 @@ Method OnAfterConfigure() As %Boolean
302302
}
303303
}
304304

305-
}
305+
}

cls/SourceControl/Git/Util/Buffer.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,4 @@ Method UsePreviousDeviceAndSettings() [ Internal, Private ]
280280
}
281281
}
282282

283-
}
283+
}

cls/SourceControl/Git/Util/ProductionConflictResolver.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ ClassMethod ResolveStream(stream As %Stream.Object)
153153
Quit 1
154154
}
155155

156-
}
156+
}

0 commit comments

Comments
 (0)