This is more-or-less a followup to:

#531794: Admin UI for individual emails + list import feature

Per discussion with litwol, this patch does the following:

  • Moves the 'show subscriber name' checkbox from the block config for a mailing list's subscription form, to the 'edit list' form of a mailing list
  • Creates a new field in the 'mailing_list' DB table, called 'show_subscriber_name'
  • Migrates the old 'mailing_list_show_name_x' variables to the new DB table field (in a new update.php function)
  • Changes wording in the UI from 'rename list' to 'edit list'
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jaza’s picture

Oops, wrong patch. Sorry - please find the correct patch attached here.

manuel.adan’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Closing this as outdated, 6.x version is no longer active.