Anonymous | Login | Signup for a new account | 2023-06-03 07:22 CDT | ![]() |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Viewing Issue Simple Details [ Jump to Notes ] [ Wiki ] [ Related Changesets ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Type | Reproducibility | Date Submitted | Last Update | ||
0000233 | [In-Portal CMS] Admin Interfaces | feature request | N/A | 2009-08-18 23:36 | 2009-10-03 07:56 | ||
Reporter | Dmitry | View Status | public | Project Name | In-Portal CMS | ||
Assigned To | Dmitry | Developer | |||||
Priority | normal | Resolution | fixed | Fixed in Version | 5.0.1 | ||
Status | closed | Product Version | 5.0.0 | Target Version | 5.0.1 | ||
Time Estimate | No estimate | ||||||
Summary | 0000233: Ability to Specify Recipient UserId in EmailEventAdmin | ||||||
Description | We need to have functionality to specify custom UserID for EmailEventAdmin. | ||||||
Additional Information | |||||||
Tags | No tags attached. | ||||||
Reference | |||||||
Change Log Message | |||||||
Estimate Points | 0 | ||||||
Attached Files | |||||||
|
![]() |
|
![]() |
|
![]() Dmitry (manager) 2009-08-18 23:38 |
After research noticed that NO changes needed since custom FROM and TO can specified as send_params and will be used. [CODE] $send_params = Array ( 'from_email' => $this->Application->ConfigValue('Smtp_AdminMailFrom'), 'from_name' => $object->GetDBField('Purchaser'), 'to_email' => $object->GetDBField('RecipientEmail'), 'to_name' => $object->GetDBField('Recipient'), 'message' => $object->GetDBField('Message'), 'amount' => $object->GetField('Amount'), 'gifcert_id' => $object->GetDBField('Code'), ); $this->Application->EmailEventUser('USER.GIFTCERTIFICATE', -1, $send_params); $this->Application->EmailEventAdmin('USER.GIFTCERTIFICATE', -1, $send_params); [/CODE] |
![]() alex (manager) 2009-08-19 04:46 |
This was an incorrect assumption, because, when $send_params is not used, then $user_id value really affects target recipient. At the end it seems, that I should be implementing this task after all. |
![]() Dmitry (manager) 2009-08-19 15:25 |
Redone based on code review. |
![]() Dmitry (manager) 2009-08-20 19:42 |
Reminder sent to: alex This was tested on VO site and works as expected. |
![]() administrator (administrator) 2009-10-03 07:56 |
Closing issues from 5.0.1 version, because version was already released. |
![]() |
|||
In-Portal CMS: 5.0.x r12356 Timestamp: 2009-08-19 15:24:20 Author: Dmitry [ Details ] [ Diff ] |
1. Bug 0000233: Ability to Specify Recipient UserId in EmailEventAdmin 2. Minor corrections |
||
mod - /in-portal/branches/5.0.x/core/kernel/application.php | [ Diff ] [ File ] | ||
Modules :: In-Commerce: 5.0.x r12354 Timestamp: 2009-08-19 15:24:05 Author: Dmitry [ Details ] [ Diff ] |
1. Bug 0000233: Ability to Specify Recipient UserId in EmailEventAdmin 2. Minor corrections |
||
mod - /in-commerce/branches/5.0.x/in-commerce/units/gift_certificates/gift_certificates_eh.php | [ Diff ] [ File ] | ||
Modules :: In-Link: 5.0.x r12353 Timestamp: 2009-08-19 15:23:48 Author: Dmitry [ Details ] [ Diff ] |
1. Bug 0000233: Ability to Specify Recipient UserId in EmailEventAdmin 2. Minor corrections |
||
mod - /in-link/branches/5.0.x/in-link/units/links/links_event_handler.php | [ Diff ] [ File ] | ||
In-Portal CMS: 5.0.x r12352 Timestamp: 2009-08-19 15:23:37 Author: Dmitry [ Details ] [ Diff ] |
1. Bug 0000233: Ability to Specify Recipient UserId in EmailEventAdmin 2. Minor corrections |
||
mod - /in-portal/branches/5.0.x/core/units/email_events/email_events_event_handler.php | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.0.x/core/units/users/users_event_handler.php | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.0.x/core/units/users/users_item.php | [ Diff ] [ File ] | ||
Modules :: In-Link: 5.0.x r12348 Timestamp: 2009-08-18 23:39:46 Author: Dmitry [ Details ] [ Diff ] |
1. Bug 0000233: Ability to Specify Recipient UserId in EmailEventAdmin 2. Minor corrections |
||
mod - /in-link/branches/5.0.x/in-link/units/links/links_event_handler.php | [ Diff ] [ File ] | ||
Modules :: In-Commerce: 5.0.x r12347 Timestamp: 2009-08-18 23:39:34 Author: Dmitry [ Details ] [ Diff ] |
1. Bug 0000233: Ability to Specify Recipient UserId in EmailEventAdmin 2. Minor corrections |
||
mod - /in-commerce/branches/5.0.x/in-commerce/units/gift_certificates/gift_certificates_eh.php | [ Diff ] [ File ] | ||
In-Portal CMS: 5.0.x r12346 Timestamp: 2009-08-18 23:39:21 Author: Dmitry [ Details ] [ Diff ] |
1. Bug 0000233: Ability to Specify Recipient UserId in EmailEventAdmin 2. Minor corrections |
||
mod - /in-portal/branches/5.0.x/core/units/users/users_event_handler.php | [ Diff ] [ File ] | ||
![]() |
|||
Date Modified | Username | Field | Change |
2009-10-03 07:56 | administrator | Note Added: 0000732 | |
2009-10-03 07:56 | administrator | Status | resolved => closed |
2009-09-18 07:00 | alex | Type | bug report => feature request |
2009-09-18 07:00 | alex | Reproducibility | always => N/A |
2009-08-20 19:42 | Dmitry | Issue Monitored: alex | |
2009-08-20 19:42 | Dmitry | Note Added: 0000349 | |
2009-08-19 15:25 | Dmitry | Note Added: 0000348 | |
2009-08-19 15:25 | Dmitry | Status | reviewed and tested => resolved |
2009-08-19 15:25 | Dmitry | Resolution | reopened => fixed |
2009-08-19 15:25 | Dmitry | Status | needs work => reviewed and tested |
2009-08-19 15:25 | Dmitry | Status | needs feedback => needs work |
2009-08-19 15:24 | Dmitry | Changeset attached | 5.0.x r12356 |
2009-08-19 15:24 | Dmitry | Changeset attached | 5.0.x r12355 |
2009-08-19 15:24 | Dmitry | Changeset attached | 5.0.x r12354 |
2009-08-19 15:23 | Dmitry | Changeset attached | 5.0.x r12353 |
2009-08-19 15:23 | Dmitry | Changeset attached | 5.0.x r12352 |
2009-08-19 04:46 | alex | Summary | Ability to Specify Recepent UserId in EmailEventAdmin => Ability to Specify Recipient UserId in EmailEventAdmin |
2009-08-19 04:46 | alex | Note Added: 0000346 | |
2009-08-19 04:46 | alex | Status | resolved => needs feedback |
2009-08-19 04:46 | alex | Resolution | no change required => reopened |
2009-08-18 23:39 | Dmitry | Changeset attached | 5.0.x r12348 |
2009-08-18 23:39 | Dmitry | Changeset attached | 5.0.x r12347 |
2009-08-18 23:39 | Dmitry | Changeset attached | 5.0.x r12346 |
2009-08-18 23:38 | Dmitry | Note Added: 0000342 | |
2009-08-18 23:38 | Dmitry | Status | reviewed and tested => resolved |
2009-08-18 23:38 | Dmitry | Fixed in Version | => 5.0.1 |
2009-08-18 23:38 | Dmitry | Resolution | open => no change required |
2009-08-18 23:36 | Dmitry | New Issue | |
2009-08-18 23:36 | Dmitry | Status | active => reviewed and tested |
2009-08-18 23:36 | Dmitry | Assigned To | => Dmitry |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Web Development by Intechnic![]() In-Portal Open Source CMS |