Closed ppanero closed 4 years ago
The values of the context should be updated in the view, not assigned in the loaders...
e.g.:
resource_requestctx.update(request_loader.load_item_request(data=False))
While load_item_request will return a dict, whose keys are the attributes that will be updated in the context.
load_item_request
The values of the context should be updated in the view, not assigned in the loaders...
e.g.:
While
load_item_request
will return a dict, whose keys are the attributes that will be updated in the context.