Index: /applications/editors/josm/plugins/relcontext/src/relcontext/actions/CreateMultipolygonAction.java
===================================================================
--- /applications/editors/josm/plugins/relcontext/src/relcontext/actions/CreateMultipolygonAction.java	(revision 25718)
+++ /applications/editors/josm/plugins/relcontext/src/relcontext/actions/CreateMultipolygonAction.java	(revision 25719)
@@ -39,5 +39,5 @@
         if( property.equals("boundary") ) return false;
         else if( property.equals("boundaryways") ) return true;
-        else if( property.equals("tags") ) return false;
+        else if( property.equals("tags") ) return true;
         else if( property.equals("single") ) return true;
         throw new IllegalArgumentException(property);
