[midPoint-git] [Evolveum/midpoint] 2f28c6: Add fake OperationResultType.incomplete XSD attr
mederly
noreply at github.com
Mon Sep 13 10:30:49 CEST 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 2f28c61f71b3b8433cf745966556853126c7eed5
https://github.com/Evolveum/midpoint/commit/2f28c61f71b3b8433cf745966556853126c7eed5
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-09-13 (Mon, 13 Sep 2021)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
Log Message:
-----------
Add fake OperationResultType.incomplete XSD attr
In order to make XML parsers (like those in MidPoint Studio) happy
with XML of repository objects here we introduced fake
"incomplete" attribute in OperationResultType. This is because
tasks are often returned from repo like this:
<task>
...
<result incomplete="true"/>
...
</task>
And it looks ugly when all those places are marked in red in Studio.
Related to MID-7023.
More information about the midPoint-svn
mailing list