Actions
Bug #19930
closedSupposedly empty project descriptions have <p><br></p>
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
2.0
Release:
Release relationship:
Auto
Description
We configured non-empty description for freezing which works fine for a project where no description was set. After adding a description, saving, deleting the description, saving again however also projects with empty descriptions can be frozen without an error. The reason is that the description is not really empty but rather contains "<p><br></p>"
Proposed solution: workbench 2 should recognize situations where the text is (effectively) empty (only consists of tags, whitespace,  
and no content) and turn it into an empty string.
Updated by Peter Amstutz almost 2 years ago
- Story points set to 2.0
- Target version changed from Future to To be scheduled
- Description updated (diff)
Updated by Peter Amstutz almost 2 years ago
- Target version changed from To be scheduled to 2023-02-15 sprint
Updated by Peter Amstutz almost 2 years ago
- Target version changed from 2023-02-15 sprint to To be scheduled
Updated by Peter Amstutz almost 2 years ago
- Target version changed from To be scheduled to 2023-03-01 sprint
Updated by Stephen Smith almost 2 years ago
- Status changed from New to In Progress
Updated by Stephen Smith almost 2 years ago
Changes at arvados-workbench2|3ef39d864a28ff8c91eca13ce5363dda4ea70fe2
Tests developer-tests-workbench2: #1112
- Added check for empty project description input, send null instead of empty html tags when empty
- Add cypress test to verify empty project descriptions are saved as null
Updated by Stephen Smith almost 2 years ago
- Status changed from In Progress to Resolved
Actions