mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
Adds sorting by type on the schedules list. Also adds functionality for bulk_data command to create schedules
This commit is contained in:
@@ -537,6 +537,7 @@ class ScheduleList(ListCreateAPIView):
|
||||
name = _("Schedules")
|
||||
model = models.Schedule
|
||||
serializer_class = serializers.ScheduleSerializer
|
||||
ordering = ('id',)
|
||||
|
||||
|
||||
class ScheduleDetail(RetrieveUpdateDestroyAPIView):
|
||||
|
||||
Reference in New Issue
Block a user