Skip to content

Overriding a route #463

@sluggogle

Description

@sluggogle

These lines make it impossible to override an endpoint and call the parent by super() because parameters will be in iargs and not kwargs

namespace = get_namespace_by_name_from_users_namespaces(
authenticated_user, ikwargs["namespace"], raise_exception=True
)

Also, when overriding we only want to log data for the overriding method and not the parent so we can skip defining data_for_log when kwargs is empty

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions