| Summary: | Cannot save Git author on repo page | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Git | Assignee: | Silenio Quarti <Silenio_Quarti> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | gheorghe, Silenio_Quarti |
| Version: | 10.0 | ||
| Target Milestone: | 10.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
The API was changed to optionally support multiple values for a given key, but it should still work for single values. http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit?id=1b4199269503e2f04ce52fd8837a59562546f9e2 One comment: optString() never returns null, it returns the empty string if the key doesn't exist. So the null check should be checking for the empty string instead. (In reply to Mark Macdonald from comment #2) > One comment: optString() never returns null, it returns the empty string if > the key doesn't exist. So the null check should be checking for the empty > string instead. Added the check for empty string. Thanks! http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=5e411f749c2916d1fbe6d075f53e9b669f3f73f5 |