<div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>I'm trying to configure the available tabs in User and Role Forms. So, I have 2 roles which make available diferent tabs. But I got an application error when a user who has both roles login in a specific situation.</div><div><br></div><div><div>If I put, for instance, this xml section in one role</div><div>    <adminGuiConfiguration></div><div>        <objectForms></div><div>            <objectForm id="6"></div><div>                <type>c:UserType</type></div><div>                <formSpecification></div><div>                    <panelUri><a href="http://midpoint.evolveum.com/xml/ns/public/gui/component-3#focusTabBasic">http://midpoint.evolveum.com/xml/ns/public/gui/component-3#focusTabBasic</a></panelUri></div><div>                </formSpecification></div><div>            </objectForm></div><div>        </objectForms></div><div>    </adminGuiConfiguration></div></div><div><br></div><div>And put this one in the other role</div><div>    <adminGuiConfiguration></div><div>        <objectForms></div><div>            <objectForm id="6"></div><div>                <type>c:RoleType</type></div><div>                <formSpecification></div><div>                    <panelUri><a href="http://midpoint.evolveum.com/xml/ns/public/gui/component-3#focusTabBasic">http://midpoint.evolveum.com/xml/ns/public/gui/component-3#focusTabBasic</a></panelUri></div><div>                </formSpecification></div><div>            </objectForm></div><div>        </objectForms></div><div>    </adminGuiConfiguration></div><div><br></div><div>I'll get this error message: <span style="color:rgb(0,0,0);font-family:Tahoma,Arial,sans-serif;font-size:12px">Attempt to add a container value with an id that already exists: 6</span></div><div><span style="color:rgb(0,0,0);font-family:Tahoma,Arial,sans-serif;font-size:12px"><br></span></div><div><font color="#000000" face="Tahoma, Arial, sans-serif"><span style="font-size:12px">The actual reason seems to be the objectForm id. If I change one of the id I'll stop getting the error.</span></font></div><div><br></div><div>Is this the correct way to report an incident?</div><div><br></div><div>Thank you.</div><div>Jésica Collado</div></div></div>