-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 15
-
Fix Version/s: 15
-
Component/s: Core - Trunks/Routing
-
Labels:None
-
Sprint:Sprint 4!, Sprint 5!
-
ToDo:
-
Distro:Self Install Ubuntu
-
Module Fix Version:
Trunks dial patterns does not displayed and deleted upon subsequent save.
Related to FREEPBX-19658
Steps for reproduction:
- Add dial patterns to any trunk.
- Submit changes
- Open again trunk's detail page and check dial patterns - it's empty. (But data still presents in mysql database)
- Submit changes
- Dial patterns data in database DELETED.
Affected module versions: 15.0.9.9+ (tested on 15.0.9.12)
$dialpattern_array is NULL on moment of this check and it is never populate with real data.
if (is_array($dialpattern_array) && count($dialpattern_array) == 0) { $dialpattern_array = core_trunks_get_dialrules($trunknum); }
- relates to
-
FREEPBX-19658 Whoops\Exception\ErrorException A non-numeric value encountered
-
- Closed
-