Hi
all,
I have noticed
that when a method which uses the filters.runas('system')
decorator, tries
to access an object to which the original user does not have read access
to,
instead of the
requested object being accessed, it returns the Unathorized
error.
It seems as though
the security check takes place prior to the
filter's application.
I would like to
suggest a modification so that when a method runs as system, that
method
can have access to
any object, without access security checks.
Thanks