Bug #5864
Recursive subgroups of FE_GROUPS are not searched
| Status: | Closed | Start date: | 2009-12-31 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Ivan Dharma Kartolo | % Done: | 100% |
|
| Category: | Feature | Spent time: | - | |
| Target version: | 2.6.9 | |||
| Votes: | 0 |
Description
When I create a static mailing list and add an FE_GROUPS-group, it only takes the "flat" subusers.
However i expect it to take all members of this group into account and get me all the FE_USERS recursively!
Associated revisions
- Bug #5864: Recursive FE groups (thanks to Stephan Grossberndt)
- Bug #5864: Recursive FE groups (thanks to Stephan Grossberndt)
History
Updated by Olivier Dobberkau over 3 years ago
- Category set to Feature
- Status changed from New to Needs Feedback
- Assignee set to Olivier Dobberkau
- Priority changed from Must have to Should have
Hi. Thanks for submitting your Request. As you might know we have remodeled directmail with version 2.5. often inheriting lots of old functions. i believe that fe groups have been introduced somehow in the time while remodeling.
can you provide a patch to us?
thanks.
olivier
Updated by Olivier Dobberkau over 3 years ago
- Target version set to 2.7
Updated by Stephan Großberndt over 3 years ago
- File patch_getFEgroupSubgroups.txt added
- File patch_getStaticIdList.txt added
Here is a patch for 2.6.5 to add recursive fetching of fe_groups in static direct_mail-Groups.
patch_getFEgroupSubgroups.txt - Add this as a new method to class.tx_directmail_static.php.
patch_getStaticIdList.txt - Replace lines 379-383 of class.tx_directmail_static.php with this.
Updated by Olivier Dobberkau over 2 years ago
- Assignee changed from Olivier Dobberkau to Ivan Dharma Kartolo
- Target version changed from 2.7 to 2.6.9
Updated by Ivan Dharma Kartolo over 2 years ago
- Status changed from Needs Feedback to Closed
- % Done changed from 0 to 100
commited to SVN r40959.
Thanks for the patch.