[midPoint] Item limitation in object template not working

Frédéric Lohier frederic at lohier.org
Thu Jul 11 10:34:44 CEST 2019


Thank you, it's working!

On Wed, Jul 10, 2019, 19:41 Jason Everling <jeverling at bshp.edu> wrote:

> change them to below and it works
>
>
>     <item>
>
>         <ref>c:costCenter</ref>
>
>         <limitations>
>          <layer>presentation</layer>
>          <access>
>             <read>false</read>
>             <add>false</add>
>             <modify>false</modify>
>          </access>
>
>         </limitations>
>
>     </item>
>
>     <item>
>
>         <ref>c:additionalName</ref>
>
>         <limitations>
>          <layer>presentation</layer>
>          <access>
>             <read>false</read>
>             <add>false</add>
>             <modify>false</modify>
>          </access>
>
>         </limitations>
>
>     </item>
>
>
>
> JASON
>
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20190711/9fab0f21/attachment.htm>


More information about the midPoint mailing list