Add page layout weight & reordering
This commit is contained in:
committed by
Jože Fortun
parent
19133a4cb3
commit
0a2a11d9fd
Generated
+1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user