Skip to content

Commit

Permalink
Merge pull request #141 from internet2/wordpressResourceNamespaceFix
Browse files Browse the repository at this point in the history
Fix changed namespace for capabilities
  • Loading branch information
ethan authored Feb 4, 2023
2 parents 9bf1909 + a61f168 commit 8ee0336
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
<retrievalTimestamp>2019-03-29T16:22:22.854Z</retrievalTimestamp>
<serialNumber>5b1c4a484a81371-d0dffd979b34680e</serialNumber>
</cachingMetadata>
<native xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="c:CapabilityCollectionType">
<native xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3">
<cap:schema/>
<cap:testConnection/>
<cap:create/>
Expand All @@ -346,7 +346,7 @@
<cap:returnDefaultAttributesOption>false</cap:returnDefaultAttributesOption>
</cap:read>
</native>
<configured xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="c:CapabilityCollectionType">
<configured xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3">
<cap:testConnection>
<cap:enabled>true</cap:enabled>
</cap:testConnection>
Expand Down

0 comments on commit 8ee0336

Please sign in to comment.