[midPoint] Unable to hide tabs in user detail page
    Andrius Kulbis 
    andrius.kulbis at ktu.lt
       
    Wed Feb 22 14:17:02 CET 2017
    
    
  
Hello,
Midpoint 3.5.
I'm applying the following configuration to SystemConfiguration object 
<adminGuiConfiguration> section (taken from 
https://wiki.evolveum.com/display/midPoint/Admin+GUI+Configuration):
  <adminGuiConfiguration>
         <objectForms>
             <objectForm>
                 <type>UserType</type>
                 <formSpecification>
<panelUri>http://midpoint.evolveum.com/xml/ns/public/gui/component-3#focusTabBasic</panelUri>
                 </formSpecification>
             </objectForm>
             <objectForm>
                 <type>UserType</type>
                 <formSpecification>
<panelUri>http://midpoint.evolveum.com/xml/ns/public/gui/component-3#focusTabAssignments</panelUri>
                 </formSpecification>
             </objectForm>
         </objectForms>
     </adminGuiConfiguration>
This should only show two tabs in user detail page ( Suppose you want to 
show only "Basic" and "Assignment" tabs in the user details page): Basic 
and Assigments, but I still can see all the tabs.
If I apply this custom config:
      <adminGuiConfiguration>
         <objectForms>
             <objectForm>
                 <type>UserType</type>
                 <formSpecification>
<panelClass>com.piracy.form.PirateUserPanel</panelClass>
                 </formSpecification>
             </objectForm>
         </objectForms>
     </adminGuiConfiguration>
I can see all tabs (which should be hidden) and an extra PirateUserPanel 
tab. What am I doing wrong?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20170222/bbabbc27/attachment.htm>
    
    
More information about the midPoint
mailing list