Remove flavor templates and let the flavors be created directly in the resource class
Registered by
Radomir Dopieralski
The flavor templates need to be removed, and instead, the flavors will be created directly in the resource class create/edit forms.
To do that, the flavors table in the resource class create and edit forms will be replaced with a Django formset.
In addition, all the views and forms related to flavor template management will be removed.
Blueprint information
- Status:
- Complete
- Approver:
- Ladislav Smola
- Priority:
- Medium
- Drafter:
- Radomir Dopieralski
- Direction:
- Approved
- Assignee:
- Radomir Dopieralski
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Implemented
- Milestone target:
- icehouse-1
- Started by
- Ladislav Smola
- Completed by
- Radomir Dopieralski
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Create/edit flavors directly in the resource class form.
Addressed by: https:/
Use FormsetStep for selecting flavors in the resource class workflow.
(?)