Add shelve_personalization method to Sympa::List #1070
Labels
dry
Don't repeat yourself
enhancement
ready
A PR is waiting to be merged. Close to be solved
Refactoring needed
Milestone
We are using blocks like the following in various parts of the code:
These blocks should be replaced by a call to a new method
shelve_personalization
in the list class.It will take type as parameter (
web
ormail
), shelves when appropriate and returns a true value if the message is going to be personalized.The text was updated successfully, but these errors were encountered: