Send submit PUT on compliance report flow, create communication then
This makes it so that people don't see compliance reports as they're being formulated in the communication workbench
This commit is contained in:
parent
a82732a49c
commit
7f71ff9a2e
9 changed files with 50 additions and 37 deletions
|
|
@ -76,7 +76,7 @@ func (ts templateSystemEmbed) loadTemplateSubdir(subdir string) error {
|
|||
}
|
||||
|
||||
func (ts templateSystemEmbed) addSubdirTemplates(t *template.Template, subdir string) error {
|
||||
var err error = fs.WalkDir(ts.sourceFS, subdir, func(path string, d fs.DirEntry, err error) error {
|
||||
var err = fs.WalkDir(ts.sourceFS, subdir, func(path string, d fs.DirEntry, err error) error {
|
||||
if err != nil || d.IsDir() {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue