Modify

Opened 5 years ago

Closed 5 years ago

#18008 closed defect (fixed)

replace access=public by access=yes in IndoorHelper plugin

Reported by: Klumbumbus Owned by: rebsc
Priority: normal Milestone:
Component: Plugin ​indoorhelper Version:
Keywords: Cc:

Description

see #18007

two occourances in TagCatalog.java:

        case ACCESS_PUBLIC:
            tagList.add(new Tag("access", "public"));
            return tagList;
        case DOOR_PUBLIC:
            tagList.add(new Tag("door", "yes"));
            tagList.add(new Tag("access", "public"));
            return tagList;

Attachments (0)

Change History (1)

comment:1 by Klumbumbus, 5 years ago

Resolution: fixed
Status: newclosed

fixed in [o35076:35077]

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain rebsc.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.