[Resolved] Dashboard and Dyn DNS Status Widget
-
Recent changes to index.php use a loop var $i. The same $i is used in dyn_dns_status.widget.php as a counter. In the dashboard code both these uses of $i end up in the same name space and it screws up.
PRs:
https://github.com/pfsense/pfsense/pull/2265
https://github.com/pfsense/pfsense/pull/2267Do not gitsync to the current master and have dyn_dns_status widget open - you will crash your dashboard and menus.
-
This has now been resolved. Thanks Phil.
-
My bad Phil I meant to go back and rename the $i variable.
We should probably make gitsync easily have the ability to sync to a previous commit hash so you can get back to a working system…
-
We should probably make gitsync easily have the ability to sync to a previous commit hash so you can get back to a working system…
I currently do that with a VM snapshot.
-
You can gitsync to "build_commit", which is the commit ID in /etc/version.lastcommit. You could hack it to have that end result by putting whatever commit ID you want in version.lastcommit then gitsync build_commit.