ukwa / ukwa-pywb

GNU General Public License v3.0
11 stars 3 forks source link

Fix bugs in lock handling #104

Closed anjackson closed 1 year ago

anjackson commented 1 year ago

Locks not working when using a language prefix.

Locks not updating when navigating between pages.

anjackson commented 1 year ago

First point required this fix:

https://github.com/ukwa/ukwa-pywb/blob/31341e07bc620d09a4d31281fb1f2bcde9dd7719/ukwa_pywb/ukwa_app.py#L278-L279

anjackson commented 1 year ago

Second point needed the default behaviour to be to lock URLs:

https://github.com/ukwa/ukwa-pywb/blob/31341e07bc620d09a4d31281fb1f2bcde9dd7719/ukwa_pywb/ukwa_app.py#L156-L157