6.0.0-beta1
7/27/25

[#4931] Javascript error in filter prefs page
Summary Javascript error in filter prefs page
Queue IMP
Queue Version FRAMEWORK_3
Type Bug
State Resolved
Priority 1. Low
Owners chuck (at) horde (dot) org
Requester scalero (at) datadec (dot) es
Created 01/23/2007 (6760 days ago)
Due 01/23/2007 (6760 days ago)
Updated 02/27/2007 (6725 days ago)
Assigned 02/27/2007 (6725 days ago)
Resolved 02/27/2007 (6725 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/27/2007 06:29:00 PM Chuck Hagenbuch Comment #5
State ⇒ Resolved
Reply to this comment
Fixed, thanks.
02/27/2007 04:28:01 PM scalero (at) datadec (dot) es Comment #4 Reply to this comment
This causes that the filter options aren't saved.
02/27/2007 04:25:56 PM Jan Schneider Assigned to Chuck Hagenbuch
State ⇒ Assigned
 
02/27/2007 04:22:36 PM scalero (at) datadec (dot) es Comment #3 Reply to this comment
Another error still persists in this code because the actionID 
'filter_prefs_update' no longer exists, now is 'update_prefs'. FIX:





- <input type="submit" name="save" class="button" 
onclick="document.prefs.actionID.value='filter_prefs_update';return 
true;" value="<?php echo _("Save Options") ?>" />&nbsp;&nbsp;



+ <input type="submit" name="save" class="button" 
onclick="document.prefs.actionID.value='update_prefs';return true;" 
value="<?php echo _("Save Options") ?>" />&nbsp;&nbsp;
01/23/2007 07:01:20 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed, thanks!
01/23/2007 02:40:08 PM scalero (at) datadec (dot) es Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Javascript error in filter prefs page
Due ⇒ 01/23/2007
Queue ⇒ IMP
State ⇒ Unconfirmed
Reply to this comment
FIX:



- <input type="submit" name="save" class="button" 
onclick="document.filterprefs.actionID.value='filter_prefs_update';return 
true;" value="<?php echo _("Save Options") ?>" />&nbsp;&nbsp;



+ <input type="submit" name="save" class="button" 
onclick="document.prefs.actionID.value='filter_prefs_update';return 
true;" value="<?php echo _("Save Options") ?>" />&nbsp;&nbsp;

Saved Queries