Opened 21 months ago
Closed 21 months ago
#1488046 closed Bugs (fixed)
vCard "Work fax" issue
| Reported by: | alec | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.6-stable |
| Component: | Addressbook | Version: | 0.5.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Two problems with "Work fax" phone field.
- Export. Produced entry looks like this:
TEL;type=WORKFAX:34564566
but it should look this way:
TEL;type=WORK;type=FAX:34564566
- Import. When importing entry "TEL;type=WORK;type=FAX:34564566" into address book, the FAX type is lost.
Change History (2)
comment:1 follow-up: ↓ 2 Changed 21 months ago by alec
comment:2 in reply to: ↑ 1 Changed 21 months ago by thomasb
- Resolution set to fixed
- Status changed from new to closed
Fixed in [31e00cb7]
Replying to alec:
Addtionaly, we could try to handle e.g. TEL;type=WORK;type=FAX;type=VIDEO, but this will require UI changes.
Setting multiple attributes is IMO too complicated for average users.
Note: See
TracTickets for help on using
tickets.

Addtionaly, we could try to handle e.g. TEL;type=WORK;type=FAX;type=VIDEO, but this will require UI changes.