Changes between Initial Version and Version 1 of Ticket #17837, comment 7
- Timestamp:
- 2019-10-13T14:21:53+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17837, comment 7
initial v1 4 4 In the {{{preference.xml}}} I found 5 5 {{{ 6 #!xml 6 7 <maps key='validator.ignorelist'> 7 8 <map> … … 19 20 I replaced the ignorelist in my actual {{{preference.xml}}} with the above part. As a result, I can't add new ignore groups for 1201 like: 20 21 {{{ 22 #!xml 21 23 <tag key='1201_Key 'swisstopo:BEZIRKSNUM' not in presets.' value='Presets do not contain property key'/> 22 24 }}} 23 25 I tried a little bit around and find out, that when I removed 24 26 {{{ 25 <tag key='120' value='Ignore list'/> 27 #!xml 28 <tag key='120' value='Ignore list'/> 26 29 }}} 27 30 from the list, I could add 1201 again.