Porphyry icon indicating copy to clipboard operation
Porphyry copied to clipboard

Name attribute cannot be removed

Open benel opened this issue 6 years ago • 8 comments

Reproduction scenario

  1. On an item page,
  2. Set a name attribute.
  3. Then remove it.
  4. 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

benel avatar Dec 06 '18 09:12 benel