mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-01 23:24:12 +01:00
- Using class labels in the UI - Data model: you may specify a set of allowed values from a query (see caller_id in bizIncident class), still not 100% used in the UI but does not generate any error - Data model: you may specify a password field (AttributePassword replacing AttributeString) - Setup: calling UserRight::Setup() right after calling UserRight::CreateAdministrator() - Setup: administrator account created with "my organization" and a dedicated contact - Menus: optimized the load of std menus (queries written in OQL to get the benefit of the query cache) - Menus: admin tools, seen only by people having the "admin" profile - Object edition: fixed bug with the display of N-N links in the form SVN:trunk[110]
16 lines
360 B
XML
16 lines
360 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Set>
|
|
<URP_ProfileProjection id="1">
|
|
<dimensionid>1</dimensionid>
|
|
<profileid>1</profileid>
|
|
<value>true</value>
|
|
<attribute></attribute>
|
|
</URP_ProfileProjection>
|
|
<URP_ProfileProjection id="2">
|
|
<dimensionid>2</dimensionid>
|
|
<profileid>1</profileid>
|
|
<value>true</value>
|
|
<attribute></attribute>
|
|
</URP_ProfileProjection>
|
|
</Set>
|