Dialplans: Preserve query string parameters across list and edit pages (#7934)

* Dialplans: Preserve query string parameters across list and edit pages

* Update dialplan_edit.php

* Update dialplan_xml.php

* Update dialplan_inbound_add.php
This commit is contained in:
Alex
2026-04-29 16:21:49 +00:00
committed by GitHub
parent 48d0798bbe
commit 1e883d0e66
4 changed files with 135 additions and 140 deletions
@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2025
Portions created by the Initial Developer are Copyright (C) 2008-2026
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -50,8 +50,6 @@
$limit = '';
//get the http get values and set them as php variables
$order_by = $_GET["order_by"] ?? '';
$order = $_GET["order"] ?? '';
$action = $_GET["action"] ?? '';
//initialize the destinations object