data_sources: give user activation and deletion an sql criterion each (#84326) #895

Merged
pmarillonnet merged 1 commits from wip/84326-data-sources-activation-and-deletion-as-separate-sql-criteria into main 2023-12-06 13:58:21 +01:00
Owner
No description provided.
fpeters reviewed 2023-12-06 11:57:24 +01:00
wcs/users.py Outdated
@ -207,3 +207,3 @@
if not include_disabled_users:
criterias.append(And([Null('deleted_timestamp'), Equal('is_active', True)]))
criterias.append(And([Equal('is_active', True)]))
Owner

Plus besoin du And.

Plus besoin du And.
Author
Owner

Plus besoin du And.

Merci, fatigue de fin de semaine (https://imgur.com/gallery/pyZs1wP).

> Plus besoin du And. Merci, fatigue de fin de semaine (https://imgur.com/gallery/pyZs1wP).
pmarillonnet force-pushed wip/84326-data-sources-activation-and-deletion-as-separate-sql-criteria from 73955369d4 to dc1ab74881 2023-12-06 12:00:21 +01:00 Compare
pmarillonnet force-pushed wip/84326-data-sources-activation-and-deletion-as-separate-sql-criteria from dc1ab74881 to 3f27b28c26 2023-12-06 13:04:50 +01:00 Compare
pmarillonnet changed title from WIP: data_sources: give user activation and deletion an sql criterion each (#84326) to data_sources: give user activation and deletion an sql criterion each (#84326) 2023-12-06 13:27:09 +01:00
fpeters approved these changes 2023-12-06 13:56:30 +01:00
pmarillonnet merged commit 3f27b28c26 into main 2023-12-06 13:58:21 +01:00
pmarillonnet deleted branch wip/84326-data-sources-activation-and-deletion-as-separate-sql-criteria 2023-12-06 13:58:21 +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#895
No description provided.