[GRASS-dev] [GRASS GIS] #1135: v.patch should allow attribute copy if one of input maps lacks attribute data

#1135: v.patch should allow attribute copy if one of input maps lacks attribute
data
--------------------------+-------------------------
  Reporter: marisn | Owner: grass-dev@…
      Type: enhancement | Status: new
  Priority: normal | Milestone: 7.0.5
Component: Vector | Version: svn-trunk
Resolution: | Keywords: v.patch
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------

Comment (by marisn):

Yes, nothing has changed. Here are easy steps to reproduce the issue:
{{{
v.random output=rnd1 npoints=10
v.random output=rnd2 npoints=10
v.db.addtable map=rnd1 columns="num int"
v.patch -e input=rnd1,rnd2 output=all_rnd
}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1135#comment:4&gt;
GRASS GIS <https://grass.osgeo.org>