#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.

  1. Export. Produced entry looks like this:
    TEL;type=WORKFAX:34564566
    

but it should look this way:

TEL;type=WORK;type=FAX:34564566
  1. 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: Changed 21 months ago by alec

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

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.