File tree 1 file changed +17
-1
lines changed
src/signals/incident/definitions/wizard-step-2-vulaan
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,22 @@ export const wegenVerkeerStraatmeubilair = {
20
20
meta : {
21
21
label : 'Wanneer was het?' ,
22
22
canBeNull : true ,
23
+ ifOneOf : {
24
+ subcategory : [
25
+ 'autom-verzinkbare-palen' ,
26
+ 'bewegwijzering' ,
27
+ 'camerasystemen' ,
28
+ 'oplaadpunt' ,
29
+ 'parkeerautomaten' ,
30
+ 'parkeer-verwijssysteem' ,
31
+ 'put-riool-kapot' ,
32
+ 'stadsplattegronden' ,
33
+ 'lantaarnpaal-straatverlichting' ,
34
+ 'verkeerslicht' ,
35
+ 'verkeerssituaties' ,
36
+ 'omleiding' ,
37
+ ] ,
38
+ } ,
23
39
} ,
24
40
options : {
25
41
validators : [ falsyOrNumberOrNow , inPast ] ,
@@ -29,7 +45,7 @@ export const wegenVerkeerStraatmeubilair = {
29
45
extra_onderhoud_stoep_straat_en_fietspad : {
30
46
meta : {
31
47
ifOneOf : {
32
- subcategory : [ 'onderhoud-stoep-straat-en-fietspad' , ' gladheid'] ,
48
+ subcategory : [ 'gladheid' ] ,
33
49
} ,
34
50
label : 'Om wat voor soort wegdek gaat het?' ,
35
51
shortLabel : 'Soort wegdek' ,
You can’t perform that action at this time.
0 commit comments