Fixed up scheduling logic using UTC dates instead of local dates. Updated scheduling header. Fixed month view not showing. BOD-179
This commit is contained in:
@@ -52,7 +52,7 @@ export const QUERY_ALL_ACTIVE_JOBS = gql`
|
||||
|
||||
export const SUBSCRIPTION_JOBS_IN_PRODUCTION = gql`
|
||||
subscription SUBSCRIPTION_JOBS_IN_PRODUCTION($statusList: [String!]!) {
|
||||
jobs(where: { status: { _in: $statusList } }) {
|
||||
jobs(where: { inproduction: { _eq: true } }) {
|
||||
id
|
||||
status
|
||||
ro_number
|
||||
|
||||
Reference in New Issue
Block a user