teppokoivula / VersionControl

Version Control Module For ProcessWire CMS/CMF
GNU General Public License v2.0
26 stars 10 forks source link

Pagination on history tab #40

Open adrianbj opened 2 years ago

adrianbj commented 2 years ago

Hi @teppokoivula - would you mind appending the tab hash to the url when clicking page links on the history tab, eg: /edit/?page=2&id=10416#VersionControlHistory

Currently it loads the edit page on the main content tab which isn't ideal. Or maybe the tab can be triggered the same way the PW core does when you save a page and you're on a different tab at the time. I haven't looked into how this is done.

Thanks.