-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MDS-5833] allow reissuance after revocation #3025
Conversation
data type issue
@@ -4,6 +4,9 @@ import CustomAxios from "@mds/common/redux/customAxios"; | |||
import { ENVIRONMENT, MINES_ACT_PERMITS_VC_LIST } from "@mds/common/constants"; | |||
import * as API from "@mds/common/constants/API"; | |||
import { RootState } from "@mds/common/redux/rootState"; | |||
import { DataSourceItemType } from "antd/lib/auto-complete"; | |||
import { debug } from "webpack"; | |||
import { a } from "@mds/common/tests/mocks/dataMocks"; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is 'a'? And is this + debug something that's no longer being used? I would guess it might cause issues with variables on sort(a,b)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
Quality Gate passed for 'bcgov-sonarcloud_mds_minespace-web'Issues Measures |
Quality Gate failed for 'bcgov-sonarcloud_mds_common'Failed conditions |
Quality Gate failed for 'bcgov-sonarcloud_mds_core-api'Failed conditions |
Quality Gate failed for 'bcgov-sonarcloud_mds_core-web'Failed conditions |
Objective
MDS-5833
Active and valid
Immediately after revoked (not available for re-issuance)
Revoked but made available to second issuance
Other Changes:
Objects modified by webhooks have a timestamp of the webhooks. this will mean if packets are received in the wrong order a newer state will not be overriden by an older state because the packets arrived in the reverse order.