backoffice: view to list elements outside applications (#85886) #1048

Merged
lguerin merged 1 commits from wip/85886-application-without into main 2024-01-30 13:28:35 +01:00
Owner
No description provided.
lguerin force-pushed wip/85886-application-without from 0733d7d206 to 2414fc4a8d 2024-01-19 15:18:42 +01:00 Compare
lguerin changed title from WIP: backoffice: view to list elements outside applications (#85886) to backoffice: view to list elements outside applications (#85886) 2024-01-19 16:17:29 +01:00
fpeters reviewed 2024-01-26 13:54:13 +01:00
@ -124,0 +130,4 @@
object_ids = [e.object_id for e in elements if applications_by_ids.get(e.application_id)]
select_kwargs = {}
if object_type == 'formdef':
select_kwargs['lightweight'] = lightweight
Owner

if object_type in ('formdef', 'carddef'): plutôt ?

`if object_type in ('formdef', 'carddef'):` plutôt ?
Author
Owner

corrigé

corrigé
lguerin force-pushed wip/85886-application-without from 2414fc4a8d to c775c3e362 2024-01-26 14:04:41 +01:00 Compare
fpeters approved these changes 2024-01-30 12:25:00 +01:00
lguerin merged commit 6d41ed8c74 into main 2024-01-30 13:28:35 +01:00
lguerin deleted branch wip/85886-application-without 2024-01-30 13:28:35 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/wcs#1048
No description provided.