You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hah, no, this isn't what's going on. Complete rewrite of issue needed!
anjackson
changed the title
Review what happens with seeds that have not been crawled
Check if license inheritance is working
Jun 22, 2023
anjackson
changed the title
Check if license inheritance is working
Ensure licenses get inherited from parent targets that are not host-level URLs
Jun 22, 2023
We have an example target which is a 'child' of another target that is open access:
This is showing up in this Collections page as 'available only in Reading Rooms'.
At the time of writing, we've not actually crawled the child URL, but I don't think this is the cause of the issue.
The problem may instead lie with this license logic:
python-w3act/w3act/dbc/generate/collections_solr.py
Lines 39 to 45 in 5975dd5
...generated at...
python-w3act/w3act/dbc/client.py
Line 325 in 5975dd5
...but this gets populated at...
python-w3act/w3act/dbc/client.py
Lines 330 to 341 in 5975dd5
NOTE the FIXME that this version only inherits from host-level records. So this looks like an old outstanding issue that needs to be resolved.
The text was updated successfully, but these errors were encountered: