Modify ↓
Opened 7 years ago
Closed 7 years ago
#16885 closed enhancement (fixed)
[PATCH] Small update for toilets preset
Reported by: | naoliv | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 18.10 |
Component: | Internal preset | Version: | |
Keywords: | drinking water toilets | Cc: |
Description
drinking_water=seasonal
doesn't seem to make sense here:
-
data/defaultpresets.xml
diff --git a/data/defaultpresets.xml b/data/defaultpresets.xml index 1f83f2641..47f738068 100644
a b 5986 5986 <check key="unisex" text="Unisex" text_context="restroom" /> 5987 5987 </checkgroup> 5988 5988 <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" /> 5989 <combo key="drinking_water" text="Drinking Water" values="yes,no ,seasonal" />5989 <combo key="drinking_water" text="Drinking Water" values="yes,no" /> 5990 5990 <text key="description" text="Description" /> 5991 5991 <reference ref="fee" /> 5992 5992 <text key="operator" text="Operator" />
Attachments (0)
Change History (6)
comment:1 by , 7 years ago
Keywords: | drinking water toilets added |
---|---|
Milestone: | → 18.10 |
comment:2 by , 7 years ago
comment:4 by , 7 years ago
I moved it down as it seems to be the least ugly solution, I think:
-
data/defaultpresets.xml
diff --git a/data/defaultpresets.xml b/data/defaultpresets.xml index 1f83f2641..1aaf3d3bd 100644
a b 5986 5986 <check key="unisex" text="Unisex" text_context="restroom" /> 5987 5987 </checkgroup> 5988 5988 <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" /> 5989 <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />5990 5989 <text key="description" text="Description" /> 5991 5990 <reference ref="fee" /> 5992 5991 <text key="operator" text="Operator" /> 5993 5992 <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" /> 5994 5993 <combo key="diaper" text="Diaper" values="yes,no,room,1,2,3,4,5" text_context="toilets" /> 5995 5994 <reference ref="wheelchair" /> 5995 <check key="drinking_water" text="Drinking Water" /> 5996 5996 </optional> 5997 5997 </item> <!-- Toilets/Restrooms --> 5998 5998 <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
Note:
See TracTickets
for help on using tickets.
It should no longer be a combo then...