rapila / plugin-newsletter

The newsletter plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duplicate existing newsletter

juergmessmer opened this issue · comments

as a matter of fact, this would be very easy: just copy paste the content of a newsletter.

But to make it more official, it could be like this.

At creation time there are the options

  1. a. create new from template [template options]
  2. b. duplicate existing newsletter

problem: the unsubscribe handling is done in the newsletter. we have to make sure all these things work properly.

duplicate added again to list with save_callback() after duplication. This is the most efficient solution.

todo

  • icon should be "duplicate"
  • maybe colheader or icon span should also handle a title attribute
  • template_name is not selected reliably when copy is opened

the icon is not yet "duplicate". this will happen with a visual revision.

With a fixed duplication and reload of the newsletter list, this issue is closed @6597387