[Kimchi-devel] [PATCH V3 0/2] Fix debug report naming error

Rodrigo Trujillo rodrigo.trujillo at linux.vnet.ibm.com
Mon Feb 24 14:20:34 UTC 2014


V3
- Fix error in message code
- Adds strip() when get report name, avoiding extra spaces in the name

V2
Implement enhancements proposed by Aline in code review:
- UI does validation in the report name
- Automatic name is generated in backend now
- Name not required. User can send empty string or none

V1
The two patch fix a problem reported by internal test team.

Rodrigo Trujillo (2):
  Fix debug report naming problem (backend)
  Fix debug report naming problem (UI)

 src/kimchi/API.json                 | 12 ++++++++++++
 src/kimchi/control/base.py          |  1 +
 src/kimchi/i18n.py                  |  2 ++
 src/kimchi/model/debugreports.py    |  5 ++++-
 ui/js/src/kimchi.report_add_main.js | 21 +++++++++++++--------
 ui/pages/i18n.html.tmpl             |  2 +-
 ui/pages/report-add.html.tmpl       |  2 +-
 7 files changed, 34 insertions(+), 11 deletions(-)

-- 
1.8.5.3




More information about the Kimchi-devel mailing list