| Anonymous | Login | Signup for a new account | 02-09-10 21:50 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0009910 | phplist | All Other | public | 03-05-07 05:12 | 18-02-08 14:06 | |
| Reporter | dave0801 | |||||
| Priority | normal | Severity | major | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.10.4 | |||||
| Target Version | 2.10.7 | Fixed in Version | 2.10.4 | |||
| Summary | 0009910: Date attribute criteria is displayed as 0 and not saved | |||||
| Description | I have a WeddingDate attribute, and when I try to set the criteria (selecting date attribute) for a message, no matter what date I enter in the dd-mm-yyyy text entry box, and see: Adding WeddingDate is 0. In addition, the criteria does not appear to be saved when I go back to re-edit the message (the critera is no longer shown in the dropdown list). | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0026623) hernan (developer) 04-05-07 17:30 |
File send_core.php line 1448 find: $values_drop .= '<input class="criteria_element" name="criteria_values" id="criteria_values_text" size=15 type=text>'; replace: $values_drop .= '<input class="criteria_element" name="criteria_values[]" id="criteria_values_text" size=15 type=text>'; This will fix this date criteria error. |
|
(0026691) dave0801 (reporter) 09-05-07 13:51 |
This change corrected the problem. Thank you so much for your help! |
| Copyright © 2000 - 2010 MantisBT Group |