File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2685,8 +2685,8 @@ ClassMethod ConfigureWeb()
2685
2685
new $Namespace
2686
2686
set $Namespace = " %SYS"
2687
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"
2688
+ set sql = " insert or update %NOCHECK into %SYS_Portal.Users (Username, Page, Data) " _
2689
+ " select ID,?,? from Security.Users"
2690
2690
set caption = " Git: " _installNamespace
2691
2691
set link = " /isc/studio/usertemplates/gitsourcecontrol/webuidriver.csp/" _installNamespace _" /"
2692
2692
write !," Adding Git favorite... "
@@ -3182,3 +3182,4 @@ ClassMethod GitUnstage(Output output As %Library.DynamicObject) As %Status
3182
3182
}
3183
3183
3184
3184
}
3185
+
You can’t perform that action at this time.
0 commit comments