Make list of production events array<int>, not array<string>

This commit is contained in:
Joshua Ramon Enslin 2020-09-02 11:08:54 +02:00 committed by Stefan Rohde-Enslin
parent 3d4b453ee6
commit 5c65e2e6e4

View File

@ -50,13 +50,13 @@ final class MDEventsSet extends MDValueSet {
'38', // => Illustrated
];
const EVENTS_PRODUCTION = ['1','7', '9','10','19','20','26','38'];
const EVENTS_PRODUCTION = [1, 7, 9, 10, 19, 20, 26, 38];
// Array enthält solche Ereignisse, die nach der Herstellung passiert sein müssen
const EVENTS_POST_PRODUCTION = ['2','3','6','8','11','13','14','15','32','34','37'];
const EVENTS_POST_PRODUCTION = [2, 3, 6, 8, 11, 13, 14, 15, 32, 34, 37];
// Array enthält solche Ereignisse, die vor der Herstellung passiert sein müssen
const EVENTS_PRE_PRODUCTION = ['4','12','25','29','30','31','35'];
const EVENTS_PRE_PRODUCTION = [4, 12, 25, 29, 30, 31, 35];
// Array enthält solche Ereignisse, die sich auf Objekte beziehen, die nicht hergestellt wurden
const EVENTS_NO_PRODUCTION = ['21'];
const EVENTS_NO_PRODUCTION = [21];
/*
* Constants for event types without places, times, actors