diff --git a/news/1867.bugfix b/news/1867.bugfix index 995b11007..f4ddcaac8 100644 --- a/news/1867.bugfix +++ b/news/1867.bugfix @@ -1,3 +1 @@ -In the `creator_name` function for locking endpoint, return the userid if the user is not found, instead of raising `AttributeError`. @mamico - -Zope locks store their creator using the userid, not the username (login name), changed accordly the `creator_name` and `creatur_url` function. @davisagli @mamico +In the `@locking` endpoint, fixed edge cases where the user who owns the lock was not found correctly. @mamico