When I click on the back button in the mini-browser, it seems the call history window also goes to the previous page. Like if I set calls from All to Answered only, it will revert to All after pressing back on the mini-browser.
Call History 1.0.3
Mini Browser 1.0.2
FOP2 2.30.04
Comments
I was able to change the file so that I could set a default state of "answered," so that using the browser back button won't change it from the one we look at most.
in /var/www/html/fop2/admin/plugins/callhistory/callhistorybsgrid.php
Change this line from:
$mifilt = isset($_REQUEST)?$_REQUEST:'';
to:
$mifilt = isset($_REQUEST)?$_REQUEST:'answered';