-
- Downloads
TMSS-234: POST API to copy Scheduling unit draft in scheduling set
The POST API/scheduling_set/{scheduling_set_id}/copy_scheduling_unit_draft/ allows to copy all the schedulign unit draft that belong to the specified scheduling set. The user can optionally specify as post parameter "copy_reason": "string", if not set the original copy_reason will be copied, is a wrong copy_reason is specified, copy_reason= None
Showing
- SAS/TMSS/src/tmss/tmssapp/serializers/specification.py 5 additions, 4 deletionsSAS/TMSS/src/tmss/tmssapp/serializers/specification.py
- SAS/TMSS/src/tmss/tmssapp/tasks.py 18 additions, 12 deletionsSAS/TMSS/src/tmss/tmssapp/tasks.py
- SAS/TMSS/src/tmss/tmssapp/viewsets/lofar_viewset.py 13 additions, 1 deletionSAS/TMSS/src/tmss/tmssapp/viewsets/lofar_viewset.py
- SAS/TMSS/src/tmss/tmssapp/viewsets/specification.py 61 additions, 9 deletionsSAS/TMSS/src/tmss/tmssapp/viewsets/specification.py
- SAS/TMSS/src/tmss/urls.py 4 additions, 0 deletionsSAS/TMSS/src/tmss/urls.py
Please register or sign in to comment