Hello
I have upgraded a system from 6.2 to phprunner 9.7 and after much work have finally got things working as before with the exception of system generated navigation.
Not sure if this is a bug.
On signing in to the system, the user sees all Workorders on list page sorted by workorderID sorted in descending order (in other words most recent added record first - there are 15,000 records). When the user clicks on an action i.e. view, add, edit - when clicking on the Back To List button automatically added to the relevant page, rather than going back to the list page sorted descending, it goes to the first record entered which currently stands at page 748. This did not happen in V6.2. Clicking again on menu item Workorders then takes user to the correctly sorted list page. As we all know, users don't like any 'additional clicks'.
Is there a way to edit the Back to List Button to go back to original sort order?
I have tried editing html for Back To List via to Visual Editor to the following:
{BEGIN back_button}
<A class="rnr-button" href="Workorders_list.php" {$backbutton_attrs}>
Back to list
</A>
{END back_button}
The above does NOT work.
Thanks in anticipation.
Andrew
But this does not work.