﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13760	Option to create subgroups/categories in validator	naoliv	team	"Could we have a way to create subgroups/categories in the validator messages?

For example, with this:

{{{
#!mapcss
node[A] {
        throwError: tr(""test 1"");
        group: tr(""Category"");
}

node[B] {
        throwError: tr(""test 2"");
        group: tr(""Category"");
}
}}}

We get this:

[[Image(https://i.imgur.com/XqT0jQv.png)]]

While I would expect to have a general `Category` with `test 1` and `test 2` inside it (ie, `group` is concatenating group's tr + throw's tr, while I want to have them in 2 different levels)

JOSM:
{{{
Build-Date:2016-10-05 01:43:02
Revision:11079
Is-Local-Build:true

Identification: JOSM/1.5 (11079 SVN pt_BR) Linux Debian GNU/Linux testing (stretch)
Memory Usage: 247 MB / 10206 MB (47 MB allocated, but free)
Java version: 1.8.0_102-8u102-b14.1-2-b14, Oracle Corporation, OpenJDK 64-Bit Server VM
Screen: :0.0 1600x900, :0.1 1280x1024
Maximum Screen Size: 1600x1024
Java package: openjdk-8-jre:amd64-8u102-b14.1-2
Java ATK Wrapper package: libatk-wrapper-java:all-0.33.3-9
VM arguments: [-Dawt.useSystemAAFontSettings=on]
Dataset consistency test: No problems found
}}}"	enhancement	closed	normal		Core validator		duplicate	grouping	
