Ticket #5867 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

Extend Popup reminder for other modules

Reported by: prasad Assigned to: prasad
Priority: major Milestone: 5.1.0
Component: vtigercrm Version: 5.1.0-val2
Keywords: Cc:

Description

Noticed hard-coding in ActivityReminderCallbackAjax?.php

$focus = new Activity();

it is good to use the following:

$focus = CRMEntity::getInstance($cbmodule);

This will provide option to extend the reminder feature to any module.

Change History

04/26/09 23:49:17 changed by prasad

  • status changed from new to assigned.
  • owner changed from developer to prasad.

05/07/09 11:14:44 changed by musavir

  • status changed from assigned to closed.
  • resolution set to fixed.

This issue is fixed with the following changeset - [12667]