backoffice: support not_in criteria when filtering statistics (#86299) #1084

Merged
vdeniaud merged 1 commits from wip/86299-stat-de-temps-de-resolution-Attr into main 2024-01-30 15:58:37 +01:00
Owner
No description provided.
vdeniaud changed title from WIP: backoffice: support not_in criteria when filtering statistics (#86299) to backoffice: support not_in criteria when filtering statistics (#86299) 2024-01-30 11:56:42 +01:00
fpeters reviewed 2024-01-30 11:57:59 +01:00
wcs/sql.py Outdated
@ -2329,0 +2327,4 @@
if isinstance(criteria, Not):
criteria = criteria.criteria
criteria.attribute = f'f.{criteria.attribute}'
criterias.append(criteria)
Owner

Je ne comprends pas trop, j'ai l'impression que si c'est un Not on perd le fait que c'était un Not.

Je ne comprends pas trop, j'ai l'impression que si c'est un Not on perd le fait que c'était un Not.
Author
Owner

N'importe quoi effectivement, j'avais fait confiance au test mais il ne testait pas les temps de résolution, c'est corrigé.

N'importe quoi effectivement, j'avais fait confiance au test mais il ne testait pas les temps de résolution, c'est corrigé.
vdeniaud force-pushed wip/86299-stat-de-temps-de-resolution-Attr from 1c7354855f to ff20808697 2024-01-30 15:47:38 +01:00 Compare
fpeters approved these changes 2024-01-30 15:50:40 +01:00
vdeniaud merged commit cddae1547e into main 2024-01-30 15:58:37 +01:00
vdeniaud deleted branch wip/86299-stat-de-temps-de-resolution-Attr 2024-01-30 15:58:37 +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#1084
No description provided.