Actions
Bug #7976
closedConfig History not working when using (dutch) translation
Start date:
10/20/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4
Affected Architecture:
All
Description
When using a localised version of the pfSense GUI (Dutch in my case), the diff function between different config versions does not work anymore.
If I switch back to English, the function is working as expected again.
To me it seems the translation for diff is used in the url as well, generating a non existing url
Original url:
https://192.168.1.1/diag_confbak.php?diff=Diff&newtime=current&oldtime=1508492247
Url after applying translation setting:
https://192.168.1.1/diag_confbak.php?diff=Verschil&newtime=current&oldtime=1508492247
Notice the difference
diff=Diff vs diff=Verschil
Actions