X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fviews%2Froute.py;h=9366a3218e182af424684796893ef4aff4bd0586;hb=16dc48fcc6dccc076a68186cfc81ec3f7a2aaafb;hp=08621ffd3251e118883342109094448fbf786378;hpb=e491f4c2a7a762eba966c77ae14b9ad6859220cc;p=pti%2Fo2.git diff --git a/o2common/views/route.py b/o2common/views/route.py index 08621ff..9366a32 100644 --- a/o2common/views/route.py +++ b/o2common/views/route.py @@ -98,8 +98,8 @@ class o2_marshal_with(marshal_with): req_args = request.args mask = self._gen_mask_from_selector(**req_args) - - # mask = self.mask + if mask == '': + mask = self.mask # if has_request_context(): # mask_header = current_app.config["RESTX_MASK_HEADER"]