Index: /applications/editors/josm/plugins/relcontext/src/relcontext/actions/CreateMultipolygonAction.java
===================================================================
--- /applications/editors/josm/plugins/relcontext/src/relcontext/actions/CreateMultipolygonAction.java	(revision 25704)
+++ /applications/editors/josm/plugins/relcontext/src/relcontext/actions/CreateMultipolygonAction.java	(revision 25705)
@@ -72,6 +72,7 @@
             addBoundaryMembers(rel);
         List<Command> list = removeTagsFromInnerWays(rel);
-        if( !askForAdminLevelAndName(rel) )
-            return;
+        if( isBoundary )
+            if( !askForAdminLevelAndName(rel) )
+                return;
         if( isBoundary && getPref("boundaryways") )
             list.addAll(fixWayTagsForBoundary(rel));
