Bug #2392

Recipients Lists and cmd_displayUserInfo()

Added by Masod Mohmand 443 days ago. Updated 308 days ago.

Status:Resolved Start:2009-01-01
Priority:Should have Due date:
Assigned to:Ivan Dharma Kartolo % Done:

0%

Category:- Spent time: -
Target version:-

Description

Go to "List all recipients" -> Edit a record.
If it is checked and you unchecked "Receive HTML based mails", this will not work.

+ class.tx_directmail_recipient_list.php line 728 :

add if(t3lib_div::_GP('submit')){
$indata = t3lib_div::_GP('indata');
if(!$indata){
$indata['html']= 0;
}
}
and add at line 816

$out.='<input type="hidden" name="table" value="'.$table.'" /><input type="hidden" name="uid" value="'.$uid.'" /><input type="hidden" name="CMD" value="'.$this->CMD.'" /><br /><input type="submit" name="submit" value="' . htmlspecialchars($LANG->getLL('subscriber_profile_update')) . '" />';

Associated revisions

Revision 20425
Added by ivankartolo 308 days ago

  • Fixed bug: #2392 (forge) html-flag is not saved, when it changed in recipient list-module.

History

2009-05-16 18:00 - Ivan Dharma Kartolo

  • Status changed from New to Resolved
  • Assigned to set to Ivan Dharma Kartolo

patch is accepted and commited in SVN Rev: 20425

Also available in: Atom PDF