Skip to content

RolloutStrategyUpdate: Improve QuerySet #127

Description

@winsmith

Right now, RolloutStrategyUpdate allows you to edit every RolloutStrategy if you know it's UUID.

    def get_queryset(self):
        return RolloutStrategy.objects.all()

This should instead filter to only the RolloutStrategies the current user owns through their organization.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions