We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d97cd34 + a128195 commit ebac90fCopy full SHA for ebac90f
cls/SourceControl/Git/Utils.cls
@@ -2685,8 +2685,8 @@ ClassMethod ConfigureWeb()
2685
new $Namespace
2686
set $Namespace = "%SYS"
2687
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"
+ set sql = "insert or update %NOCHECK into %SYS_Portal.Users (Username, Page, Data) "_
+ "select ID,?,? from Security.Users"
2690
set caption = "Git: "_installNamespace
2691
set link = "/isc/studio/usertemplates/gitsourcecontrol/webuidriver.csp/"_installNamespace_"/"
2692
write !,"Adding Git favorite... "
@@ -3182,3 +3182,4 @@ ClassMethod GitUnstage(Output output As %Library.DynamicObject) As %Status
3182
}
3183
3184
3185
+
0 commit comments