Import Users tested

This commit is contained in:
2026-02-27 21:30:17 -07:00
parent 5794cb8a10
commit b6743da940
4 changed files with 42 additions and 6 deletions
+5 -3
View File
@@ -801,7 +801,9 @@ func UserImport(ctxt ui.AmContext) (string, any) {
return "framed", "import_users.jet"
}
_ = count
_ = scroll
return "error", "Not yet implemented"
ctxt.VarMap().Set("backLink", "/sysadmin")
ctxt.VarMap().Set("headline", fmt.Sprintf("%d user(s) were imported successfully.", count))
ctxt.VarMap().Set("scroll", scroll)
ctxt.SetFrameTitle("Import Results")
return "framed", "import_results.jet"
}