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
|
|
@ -20,7 +20,7 @@ func (qp QueryParams) SortOrDefault(default_name string, ascending bool) (string
|
|||
if s == "" {
|
||||
return default_name, ascending
|
||||
}
|
||||
a := !(s[0] == '-')
|
||||
a := s[0] != '-'
|
||||
|
||||
if s[0] == '+' || s[0] == '-' {
|
||||
s = s[1:]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue