Opened 4 years ago

Closed 4 years ago

#1485829 closed Feature Patches (fixed)

more addressbook hooks

Reported by: JohnDoh Owned by:
Priority: 5 Milestone: 0.3-beta
Component: Addressbook Version: git-master
Severity: normal Keywords:
Cc:

Description

Patch to add address book hooks when importing or copying contacts. Also small fix to r2447.

Copying hook needs testing, I tried to connect to the example versign LDAP addressbook but can't figure out how to get it to actually list some contacts :/

Attachments (1)

rc_addresshooks.r2449.patch (2.5 KB) - added by JohnDoh 4 years ago.

Download all attachments as: .zip

Change History (4)

Changed 4 years ago by JohnDoh

comment:1 Changed 4 years ago by alec

  • Milestone changed from later to 0.3-beta
  • Resolution set to fixed
  • Status changed from new to closed

Applied in [6fd71e3e].

comment:2 Changed 4 years ago by lacri

  • Resolution fixed deleted
  • Status changed from closed to reopened

small bug in Changeset 2450 on copy.inc

$success = $TARGET->insert($CONTACTS->search($a_record, true);

fixed

$success = $TARGET->insert($CONTACTS->search($a_record, true));

comment:3 Changed 4 years ago by alec

  • Resolution set to fixed
  • Status changed from reopened to closed

Fixed in [89ccc4e1]. Thx.

Note: See TracTickets for help on using tickets.