Bug #2762
closedAdd "Ignore this Error" to logical error checking
0%
Description
When you check for errors, there can be some warnings or extenuating circumstances under which you can live with certain errors. There would ideally be a "ignore this error" option which would make it go away. Perhaps also one for "ignore this error always."
Not sure how best to implement this. There is one option of the error registry, which would be easier to completely turn off errors. Also, there would be the option of adding a new field (errorsToIgnore) where the ignored text would be put, then filtered out of the errors field after it was compiled. It could be replaced with "--ignored--" or something that would be easy to see that there was something still slightly amiss. Then we also need to think about how to manage errors being on or off, ignored, etc. Also, interface isn't entirely clear, as where do you click, can you select 2 at once? If they click on the text, then we could grab the error from there, then add to errorsToIgnore.