[midPoint] Items order in the panel
mikhail.nikolaenko
mikhail.nikolaenko at proton.me
Wed Mar 12 15:59:17 CET 2025
Hi Ivan,
Works like a charm. Thank you!
With best regards,
Mike
On Wednesday, 12 March 2025 at 12:02 PM, Ivan Noris via midPoint <midpoint at lists.evolveum.com> wrote:
> Hi Mike,
>
> you can use object template for your focus objects (either via archetype or globally defined in System configuration for e.g. UserType):
>
> <objectTemplate ...>
> <name>User Template</name>
> <item>
> <ref>additionalName</ref>
> <displayOrder>115</displayOrder>
> <displayName>Middle Name</displayName>
> </item>
> </objectTemplate>
>
> You can find the default orders in schema doc, e.g. for 4.9: https://download.evolveum.com/midpoint/4.9-support/midpoint-4.9-support-schemadoc/http---midpoint-evolveum-com-xml-ns-public-common-common-3/index.html
>
> (all schemas here: https://download.evolveum.com/midpoint/4.9-support/midpoint-4.9-support-schemadoc/)
>
> Best regards,
>
> Ivan
>
> On 12. 3. 2025 10:44, mikhail.nikolaenko via midPoint wrote:
>
>> Hello,
>>
>> Can some one give me a hint how I can define items order in the panel. For example I have the following panel for UserType object details:
>> <panel>
>> <identifier>basic</identifier> ...
>> <container>
>> <identifier>organization-details</identifier>
>> <display>
>> <label>Organization Details</label>
>> </display>
>> <item>
>> <path>extension/company</path>
>> </item>
>> <item>
>> <path>costCenter</path>
>> </item>
>> <item>
>> <path>title</path>
>> </item> </container>
>>
>> And I want to have company as first attribute in the form and costCenter as second. Currently midPoint shows it in the different order. How I can specify this?
>>
>> With best regards,
>> Mike
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>>
>> https://lists.evolveum.com/mailman/listinfo/midpoint
>
> --
> Ivan Noris
> Expert Identity Engineer
> evolveum.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20250312/e1f7330d/attachment.htm>
More information about the midPoint
mailing list