Closed (fixed)
Project:
Simplenews Content Selection
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Feb 2011 at 20:06 UTC
Updated:
27 Feb 2012 at 13:30 UTC
The newsletter tid (taxonomy term ID) isn't set when newsletter is created through SCS.
This creates the unwanted situation where a newsletter exists but one of it's mandatory fields is empty.
The attached patch fixes this issue providing a way to set the type of newsletter being created at the initial node selection page.
Please consider it for inclusion.
| Comment | File | Size | Author |
|---|---|---|---|
| scs-set_newsletter_tid.patch | 3.31 KB | rsevero |
Comments
Comment #1
dtrdewaele commentedThis is a nice addiction to the module.
I'm not going to apply the patch to the core of the module, but we are going to create an addon api so all these things can go in an addon module.
We want the core of the module to be clean and simple.
Comment #2
dtrdewaele commentedThe newly created addon for the module has the possibilitity to set a default taxonomy term for every created newsletter for the module.
This is not completely what your patch is doing, but we are working further on this.
Comment #4
lucuhb commentedI have the same needs, i.e. set taxonomy before the newsletter was created because my url aliases are based on a vocabulary (I use a view to create newsletter).
Where can I get the addon module indicated in #2 ?