Fixed column names and the report
This commit is contained in:
@@ -61,8 +61,11 @@ const integrationServiceErrors = {
|
||||
|
||||
const incidentType = {
|
||||
NOT_AN_INCIDENT: 1,
|
||||
UNLOCKED_INCIDENT: 2,
|
||||
UNSCHEDULED_INCIDENT: 3,
|
||||
UNLOCKED_INCIDENT_RELATED_WITH_RESERVATION: 2,
|
||||
UNSCHEDULED_INCIDENT_BEFORE_RESERVATION: 3,
|
||||
UNSCHEDULED_INCIDENT_AFTER_RESERVATION: 4,
|
||||
UNLOCKED_INCIDENT_STANDALONE: 5,
|
||||
UNSCHEDULED_INCIDENT_STANDALONE: 6,
|
||||
};
|
||||
|
||||
const UI_TIMEZONE = process.env.UI_TIMEZONE || 'America/Los_Angeles';
|
||||
|
||||
Reference in New Issue
Block a user