Modify ↓
#11297 closed enhancement (fixed)
Validator should ignore artist_name for "alternative name without name" check
Reported by: | hno2 | Owned by: | Klumbumbus |
---|---|---|---|
Priority: | normal | Milestone: | 15.05 |
Component: | Core validator | Version: | latest |
Keywords: | name, | Cc: |
Description
Validator should ignore artist_name for the "alternative name without name" check. A lot of artwork don't have an official name, but the artist name is known.
In my opinion old_name should also be ignored for this check since some old objects don't have an official name anymore.
Identification: JOSM/1.5 (8159 de) Mac OS X 10.10.2
Java version: 1.8.0_31, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Replying to hno2:
Are you sure? I think there are only a handfull of objects, where the artist by design choose to give no name. Otherwise I think the artist always gives the artwork a name. (Maybe it is sometimes not widely known.) We could skip the test if
noname=yes
is tagged.old_name
is already ignore.