Porphyry
Porphyry copied to clipboard
Name attribute cannot be removed
Reproduction scenario
- On an item page,
- Set a name attribute.
- Then remove it.
- When the request is rejected, the attribute will appear again.
Reason and possible solution
The reason for this is that item_name
is a mandatory attribute in Argos.
A programmatic solution would be, when the attribute is item_name
to set it to an empty string.
Workaround
A user workaround would be to change it to an empty string (requires feature #29 to be implemented).
Phase 1
- [ ] Scenarios (Gherkin)
- [ ] Mockups
- [ ] Implementation strategy
Phase 2
- [ ] Acceptance tests (Capybara)
- [ ] Implementation