Add page layout weight & reordering

This commit is contained in:
Tomaž Jerman
2023-04-07 12:39:26 +02:00
committed by Jože Fortun
parent 19133a4cb3
commit 0a2a11d9fd
79 changed files with 2143 additions and 482 deletions
+1
View File
@@ -525,6 +525,7 @@ func (t *HttpRequest) AssignFieldValue(key string, val TypedValue) error {
//
// It allows gval lib to access HttpRequest's underlying value (*http.Request)
// and it's fields
//
func (t *HttpRequest) SelectGVal(ctx context.Context, k string) (interface{}, error) {
t.mux.RLock()
defer t.mux.RUnlock()