TODO: move completed tasks to different namespace else super slow load active tasks at scale
changeListOrder implemented
This commit is contained in:
@@ -20,6 +20,12 @@ func (rc readCloser) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func GetAll(r *http.Request, k string) []string {
|
||||
r.ParseForm()
|
||||
v, _ := r.Form[k]
|
||||
return v
|
||||
}
|
||||
|
||||
func Get(r *http.Request, k string) string {
|
||||
s := r.FormValue(k)
|
||||
if s == "" {
|
||||
|
||||
Reference in New Issue
Block a user