<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hello,</p>
    <p>Midpoint 3.5.<br>
      <br>
      I'm applying the following configuration to SystemConfiguration
      object <adminGuiConfiguration> section (taken from
      <a class="moz-txt-link-freetext" href="https://wiki.evolveum.com/display/midPoint/Admin+GUI+Configuration">https://wiki.evolveum.com/display/midPoint/Admin+GUI+Configuration</a>):</p>
    <p> <adminGuiConfiguration><br>
              <objectForms><br>
                  <objectForm><br>
                      <type>UserType</type><br>
                      <formSpecification><br>
                         
<panelUri><a class="moz-txt-link-freetext" 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><br>
                      </formSpecification><br>
                  </objectForm><br>
                  <objectForm><br>
                      <type>UserType</type><br>
                      <formSpecification><br>
                         
<panelUri><a class="moz-txt-link-freetext" href="http://midpoint.evolveum.com/xml/ns/public/gui/component-3#focusTabAssignments">http://midpoint.evolveum.com/xml/ns/public/gui/component-3#focusTabAssignments</a></panelUri><br>
                      </formSpecification><br>
                  </objectForm><br>
              </objectForms><br>
          </adminGuiConfiguration></p>
    <p>This should only show two tabs in user detail page (
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <span style="color: rgb(51, 51, 51); font-family: Arial,
        sans-serif; font-size: 14px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; orphans: 2;
        text-align: start; text-indent: 0px; text-transform: none;
        white-space: normal; widows: 2; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
        255); display: inline !important; float: none;">Suppose you want
        to show only "Basic" and "Assignment" tabs in the user details
        page)</span>: Basic and Assigments, but I still can see all the
      tabs.</p>
    <p>If I apply this custom config:</p>
    <p>     <adminGuiConfiguration><br>
              <objectForms><br>
                  <objectForm><br>
                      <type>UserType</type><br>
                      <formSpecification><br>
                         
      <panelClass>com.piracy.form.PirateUserPanel</panelClass><br>
                      </formSpecification><br>
                  </objectForm><br>
              </objectForms><br>
          </adminGuiConfiguration></p>
    <p>I can see all tabs (which should be hidden) and an extra
      PirateUserPanel tab. What am I doing wrong?<br>
    </p>
    <p><br>
    </p>
  </body>
</html>