bug title, bug summary fields can be made empty via the API
Bug #373370 reported by
Celso Providelo
This bug report is a duplicate of:
Bug #111289: Empty (or all whitespace) bug titles are permitted.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
General required text fields can be set as empty string via the webservice API, however the same thing can't be done via the usual web UI forms.
This is a consistency problem and sometimes can also cause UI problem (lack of page title or main header).
We have overly weak validators on the involved model objects (and this is perhaps systemic - one way to fix would be to change the defaults for 'String(
Changed in launchpad-foundations: | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in lazr.restful: | |
importance: | Undecided → High |
status: | New → Triaged |
tags: | added: api |
summary: |
- page title, bug summary fields can be made empty via the API + bug title, bug summary fields can be made empty via the API |
To post a comment you must log in.
This suggests broken model validators.