ablator icon indicating copy to clipboard operation
ablator copied to clipboard

RolloutStrategyUpdate: Improve QuerySet

Open winsmith opened this issue 7 years ago • 0 comments

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.

winsmith avatar Sep 24 '18 08:09 winsmith