UKGovLD / registry-core

Linked data registry - core application and example UI
https://github.com/UKGovLD/registry-core/wiki
Apache License 2.0
23 stars 9 forks source link

FIX Item visibility issue #105

Closed simonoakesepimorphics closed 5 years ago

simonoakesepimorphics commented 5 years ago

Fixed an issue where status filtering was being enforced too rigidly on registry items #104. Changed the behaviour so that status filters are ignored when requesting a single item. However, unauthenticated users will only be able to see items with "accepted" status and get a 404 otherwise.

der commented 5 years ago

Looks good to me, thank you.

Having to ignore the status filter arguments for item views may seem odd but is the only compromise we've found that can provide the behaviour request in #104 without introducing other problems.