diff --git a/src/design/plone/ioprenoto/restapi/services/bookable_list/get.py b/src/design/plone/ioprenoto/restapi/services/bookable_list/get.py index 6036dfb..d2384c4 100644 --- a/src/design/plone/ioprenoto/restapi/services/bookable_list/get.py +++ b/src/design/plone/ioprenoto/restapi/services/bookable_list/get.py @@ -156,7 +156,9 @@ def reply(self): "id": uo.getId(), "uid": uo.UID(), "contact_info": self.get_uo_contact_info(uo), - "prenotazioni_folder": folders, + "prenotazioni_folder": sorted( + folders, key=lambda x: x["title"] + ), } ) return response