Bug 56668 - [oxseforucs] OX UCRV setting property in wrong file
[oxseforucs] OX UCRV setting property in wrong file
Status: NEW
Product: Z_Internal OX development
Classification: Unclassified
Component: Installer
UCS 5.0 / 7.10.6
Other Linux
: P5 normal (vote)
: ---
Assigned To: Mail maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-09-27 10:28 CEST by Daniel Tröder
Modified: 2023-09-27 10:28 CEST (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Tröder univentionstaff 2023-09-27 10:28:06 CEST
In univention-ox.postinst → allow_duplicated_displaynames()
(https://git.knut.univention.de/univention/open-xchange/appsuite/-/blob/5.0/univention-ox/debian/univention-ox.postinst#L372)
the UCRV 
  ox/cfg/user.properties/com.openexchange.folderstorage.database.preferDisplayName
should be 
  ox/cfg/foldercache.properties/com.openexchange.folderstorage.database.preferDisplayName

Change the UCRV in allow_duplicated_displaynames() and migrate the current setting in an update scenario:

if ox/cfg/user.properties/com.openexchange.folderstorage.database.preferDisplayName is set, transfer that setting to the new UCRV, otherwise use the default ("false").