Changes between Initial Version and Version 2 of Ticket #2419
- Timestamp:
- 2013-10-11T11:04:39Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2419
- Property Owner changed from to
- Property Status new → accepted
- Property Summary Add getErrorMessages(unique = true) to be called by OMEdit → Make getMessagesStringInternal called only by OMEdit return unique errors
-
Ticket #2419 – Description
initial v2 1 As far as I can tell the connector not balanced messages are repeating quite a bit. Also we have some other messages that are repeated. 1 As far as I can tell the connector not balanced messages are repeating quite a bit. 2 Also we have some other messages that are repeated. 2 3 3 I will add a flag to getErrorMessages to get the unique messages 4 so we get no repeats. 5 We could use this just in OMEdit and this will reduce the number 6 of the warnings we get. By default we shall have getErrorMessages(unique = false) so in scripts and testing we get the full set of messages. 4 I will add make getMessagesStringInternal to return only the unique messages so we get no repeats. 7 5 8 Adeel, I'll let you know when this is available.