Actions
Bug #5275
closed
PD
PD
services_dyndns_edit.php there is no save and force update button
Bug #5275:
services_dyndns_edit.php there is no save and force update button
Start date:
10/07/2015
Due date:
% Done:
100%
Estimated time:
Description
There used to be a "Save and Force Update" button on this screen, so you could make the dynamic DNS try to update itself when you press save.
The button is gone in 2.3-ALPHA
There is a bit of code left in the PHP:
$dyndns['force'] = isset($_POST['force']);
Potentially the design of this could be changed. For me, it would be nice to have a "Force Update" button somewhere that did not require also doing a Save. If you want to change something, you can change it, save and then press "Force Update" if necessary. Then you have the option of just pressing "Force Update" when you want.
Perhaps it could be a button at the end of each row in services_dyndns.php with the Edit and Delete buttons.
Actions