Opened 5 years ago

Last modified 5 years ago

#19720 closed defect

lift_gate:type dropdown list is empty — at Version 2

Reported by: gaben Owned by: team
Priority: minor Milestone: 20.08
Component: Internal preset Version: latest
Keywords: Cc: stoecker

Description (last modified by skyper)

See the attached picture.

URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2020-08-25 23:27:27 +0200 (Tue, 25 Aug 2020)
Build-Date:2020-08-26 01:30:48
Revision:16932
Relative:URL: ^/trunk

Change History (3)

by gaben, 5 years ago

Attachment: empty_dropdown.png added

comment:1 by gaben, 5 years ago

Description: modified (diff)

comment:2 by skyper, 5 years ago

Description: modified (diff)

There is a s missing for values

@@ -1687,7 +1687,7 @@
             <link wiki="Tag:barrier=lift_gate" />
             <key key="barrier" value="lift_gate" />
             <space />
-            <combo key="lift_gate:type" text="Type" value="single,double" values_context="lift_gate" values_searchable="true" />
+            <combo key="lift_gate:type" text="Type" values="single,double" values_context="lift_gate" values_searchable="true" />
             <reference ref="optional_maxwidth" />
             <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
             <space />
Note: See TracTickets for help on using tickets.