<div dir="ltr"><div>Hello list,</div><div><br></div><div>We have extended the AssignmentType schema, adding some simple boolean flags. They are showing and working as expected.</div><div><br></div><div>However, if a non-admin user tries to edit an assignment, all the extension fields are greyed out.</div><div><br></div><div>I have added authorization for this user to edit the assignment field for OrgType objects. All the default fields are enabled, only the ones from the extension are disabled. Like this:<br></div><div><br>   <authorization><br>      <action><a href="http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#modify">http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#modify</a></action><br>      <object><br>         <type>OrgType</type><br>      </object><br>      <c:item>assignment</c:item><br>   </authorization></div><div><br></div><div>What should I add to enable them? I tried <c:item>assignment/extension</c:item> but that did not work.</div><div><br></div><div>Thank you<br></div></div>