attik-frontend/src/components/conditions/Conditions.tsx), exists and not_exists are currently scoped with showOn: ['string', 'enum'] only—datetime is not included, so those operators never appear for datetime attributes.attik-backend/src/routes/worklist.ts builds Mongo matches in buildMongoCondition, including exists and not_exists branches that use the resolved fieldPath; datetime maps to the inspection datetime field in the same helper.Frontend
attik-frontend/src/components/conditions/Conditions.tsx — extend comparisonOptions so exists / not_exists apply to datetime (and confirm any attribute-meta / typing for conditions stays consistent).attik-frontend/src/util/types/serverTypeCollection/conditions.ts.Backend
attik-backend/src/routes/worklist.ts — verify datetime + exists / not_exists produces the intended query (and does not conflict with special cases such as inspection-time).attik-frontend/src/components/conditions/Conditions.tsxattik-backend/src/routes/worklist.ts (buildMongoCondition)Please authenticate to join the conversation.
Completed
Main App
30 days ago
Linear
Get notified by email when there are changes.
Completed
Main App
30 days ago
Linear
Get notified by email when there are changes.