﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
18008	replace access=public by access=yes in IndoorHelper plugin	Klumbumbus	rebsc	"see #18007

two occourances in TagCatalog.java:


{{{#!java
        case ACCESS_PUBLIC:
            tagList.add(new Tag(""access"", ""public""));
            return tagList;
}}}

{{{#!java
        case DOOR_PUBLIC:
            tagList.add(new Tag(""door"", ""yes""));
            tagList.add(new Tag(""access"", ""public""));
            return tagList;
}}}
"	defect	closed	normal		Plugin ​indoorhelper		fixed		
