Bug #2392
Recipients Lists and cmd_displayUserInfo()
| 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
- Fixed bug:
#2392(forge) html-flag is not saved, when it changed in recipient list-module.