You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Validators producing a lot of ValidationNotes. Some ValidationNotes including Codes and Names of the substances this can affect the search results. We need to have a possibility to disable creation of specified ValidationNotes. We can achieve this in the 3 different ways:
Add the MESSAGE_TYPE.WARNING[0-9] Levels to messageType. Create a ValidationNotes based on messageType WARNING Level which can be specified in the application configuration.
Add the ValidationNotes Messages Unique Identifier ([Names02], [Superatom01], etc) at the start of the Validation Messages or as a attribute to the GinasProcessingMessage class. Creation of the ValidationNotes can be controlled by the black list of the messages identifiers or by the regex.
The text was updated successfully, but these errors were encountered:
Some Validators producing a lot of ValidationNotes. Some ValidationNotes including Codes and Names of the substances this can affect the search results. We need to have a possibility to disable creation of specified ValidationNotes. We can achieve this in the 3 different ways:
The text was updated successfully, but these errors were encountered: