Open Source Training Seminar FreePBX Paid Support

Ticket #2739 (closed Bugs: fixed)

Opened 7 months ago

Last modified 3 months ago

Checkboxes for email options revert text in email and pager text boxes

Reported by: sasargen Assigned to: pkaplan
Priority: minor Milestone: 2.5
Component: ARI Version: 2.4-branch
Keywords: Settings Cc:
Confirmation: Need testing SVN Revision (if applicable):
Backend Engine: All Backend Engine Version: 1.4

Description

Steps to recreate problem:

  1. Goto User Portal > Settings
  2. Change value in textboxes Email Voicemail To and/or Pager Email Notification To (check 'Email Notification Enable' if needed).
  3. Check any of the four checkboxes below Pager Email Notification To.
  4. Value in Email Voicemail To and Pager Email Notification To will revert to value displayed when the page initially loaded.

To fix this I changed lines 457 and 468 of recordings/modules/settings.module. I'm sorry to submit just a diff, but I don't know how to make a patch file.

457c457
< 					<input type=text size='" . $size . "' name='" . $var . "' value='" . $value . "' OnClick=\"disable_fields(); return true;\">
---
> 					<input type=text size='" . $size . "' name='" . $var . "' value='" . $value . "'>
468c468
< 					<input " . $$var_enable . " " . $$var_text_box_options . " type=checkbox name='" . $var . "' value='yes' OnClick=\"disable_fields(); return true;\">
---
> 					<input " . $$var_enable . " " . $$var_text_box_options . " type=checkbox name='" . $var . "' value='yes'>}}}

Change History

07/01/08 15:57:49 changed by lazytt

  • confirmation changed from Unreviewed to Need testing.

07/12/08 18:37:32 changed by p_lindheimer

  • type changed from Patches to Bugs.
  • milestone changed from Cut Line to 2.5.

07/13/08 20:55:12 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.
Donate



Support
Download
Develop
Forums
News
Documentation
Paid Support
About

Paid Ads