Merge lp:~jesse-andries/referencer/referencer into lp:referencer
Status: | Merged |
---|---|
Merge reported by: | Mads Chr. Olesen |
Merged at revision: | not available |
Proposed branch: | lp:~jesse-andries/referencer/referencer |
Merge into: | lp:referencer |
Diff against target: |
60 lines (+28/-4) 2 files modified
plugins/ads.py (+2/-1) src/DocumentProperties.C (+26/-3) |
To merge this branch: | bzr merge lp:~jesse-andries/referencer/referencer |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mads Chr. Olesen | Approve | ||
Review via email: mp+151124@code.launchpad.net |
Description of the change
Case normalisation issues in ADS-plugin and in adding fields through the Document Properties dialogue, as discussed in comment 8 in bug 1099754)
ADS-plugin: Additional fields and normalised case of the Month field
Normalised case of the fields added through the document properties dialog (see comment 8 in bug 1099754). Also added a check which refuses to create a field that already exists even though there are differences in the case of the field-key. This was done to resolve the following problem: It used to be possible to create different versions (different case of the key) of the same field thus holding different values. These were then only subsequently collapsed (retaining the first appearing version of the field-key with the last appearing value) when hitting the Save button, without warning to the user.