mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
Removing read_only as its the default setting
This commit is contained in:
@@ -4685,11 +4685,9 @@ class ScheduleSerializer(LaunchConfigurationBaseSerializer, SchedulePreviewSeria
|
|||||||
help_text=_(
|
help_text=_(
|
||||||
'The timezone this schedule runs in. This field is extracted from the RRULE. If the timezone in the RRULE is a link to another timezone this field will show the links name.'
|
'The timezone this schedule runs in. This field is extracted from the RRULE. If the timezone in the RRULE is a link to another timezone this field will show the links name.'
|
||||||
),
|
),
|
||||||
read_only=True,
|
|
||||||
)
|
)
|
||||||
until = serializers.SerializerMethodField(
|
until = serializers.SerializerMethodField(
|
||||||
help_text=_('The date this schedule will end. This field is computed from the RRULE. If the schedule does not end an emptry string will be returned'),
|
help_text=_('The date this schedule will end. This field is computed from the RRULE. If the schedule does not end an emptry string will be returned'),
|
||||||
read_only=True,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|||||||
Reference in New Issue
Block a user