6.0.0-RC7
6/27/26

[#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 1/23/07 (7095 days ago)
Due 1/23/07 (7095 days ago)
Updated 2/27/07 (7060 days ago)
Assigned 2/27/07 (7060 days ago)
Resolved 2/27/07 (7060 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
06 Chuck Hagenbuch Comment #5
State ⇒ Resolved
Reply to this comment
Fixed, thanks.
14 scalero (at) datadec (dot) es Comment #4 Reply to this comment
This causes that the filter options aren't saved.
564 Jan Schneider Assigned to Chuck Hagenbuch
State ⇒ Assigned
 
364 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;
207 Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed, thanks!
82 scalero (at) datadec (dot) es Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Javascript error in filter prefs page
Due ⇒ 1/23/07
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