Issue 4768: validate_entries() return unnessesary information (dais-ftf) Source: ABB Power Technologies, Power Automation & Substat (Mr. Lars-Ola Osterlund, lars-ola.g.osterlund@se.abb.com) Nature: Uncategorized Issue Severity: Summary: The validate_entries() return all OK entries. A client is interested mainly in the erronous ones and changes to the blob. Add an in parameter telling if the client only want the changed or updated items reported, i.e. the validate_entries() return an empty sequence for the OK entries. Resolution: The parameter is not needed, as the blob will not be re-introduced. No changes. Revised Text: Actions taken: December 14, 2001: received issue October 23, 2002: closed issue Discussion: End of Annotations:===== validate_entries() return unnessesary informationThe validate_entries() return all OK entries. A client is interested mainly in the erronous ones and changes to the blob. Add an in parameter telling if the client only want the changed or updated items reported, i.e. the validate_entries() return an empty sequence for the OK entries. Implemented in DAISGroupEntry.idl