Skip to content

Commit ebac90f

Browse files
authored
Merge pull request #757 from intersystems/really-fix-favorites
Git links in favorites now actually work
2 parents d97cd34 + a128195 commit ebac90f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cls/SourceControl/Git/Utils.cls

+3-2
Original file line numberDiff line numberDiff line change
@@ -2685,8 +2685,8 @@ ClassMethod ConfigureWeb()
26852685
new $Namespace
26862686
set $Namespace = "%SYS"
26872687
write !,"Adding favorites for all users:"
2688-
set sql = "insert or update into %SYS_Portal.Users (Username, Page, Data) "_
2689-
"select ID,?,$LISTBUILD(?) from Security.Users"
2688+
set sql = "insert or update %NOCHECK into %SYS_Portal.Users (Username, Page, Data) "_
2689+
"select ID,?,? from Security.Users"
26902690
set caption = "Git: "_installNamespace
26912691
set link = "/isc/studio/usertemplates/gitsourcecontrol/webuidriver.csp/"_installNamespace_"/"
26922692
write !,"Adding Git favorite... "
@@ -3182,3 +3182,4 @@ ClassMethod GitUnstage(Output output As %Library.DynamicObject) As %Status
31823182
}
31833183

31843184
}
3185+

0 commit comments

Comments
 (0)