Content
View differences
Updated by Oliver Günther about 10 years ago
**Acceptance criteria**
- Trigger adding a work package by clicking at the bottom of the work package table
- Focus jumps to first required field for which no default value exists
- After leaving that field, e.g. by making a selection, the focus jumps to the next field
- If no more required field exist, submit
- After submit, create the next work package below the just created one and focus the first field.
- If a required field is not displayed as the column is not currently active, display the column (same as in edit mode)
- For fields, for which a default value exist, that default value is assumed to be the selected value
- Initialize a new work package via the `payload` object in `/api/v3/work_packages/form`
- On submitting send a `POST` to `/api/v3/work_packages`
- Trigger adding a work package by clicking at the bottom of the work package table
- Focus jumps to first required field for which no default value exists
- After leaving that field, e.g. by making a selection, the focus jumps to the next field
- If no more required field exist, submit
- After submit, create the next work package below the just created one and focus the first field.
- If a required field is not displayed as the column is not currently active, display the column (same as in edit mode)
- For fields, for which a default value exist, that default value is assumed to be the selected value
- Initialize a new work package via the `payload` object in `/api/v3/work_packages/form`
- On submitting send a `POST` to `/api/v3/work_packages`