BEXIS2 / Core

This is the public code repository of the BEXIS2 data management software. It contains only modules, components, and packages of the core system. Contributed modules and components will be available in separate repositories. For more information on BEXIS2, please visit our website.
https://bexis2.github.io/
17 stars 13 forks source link

Name of a person (party type) switches after edit #1484

Closed aostrow closed 1 month ago

aostrow commented 10 months ago

If a person edits their own account/profle and changes the first name, the name (first name + last name) of the party is shown in the wrong order (last name + first name).

How it looks on the Edit party page: grafik

How it looks (wrongly) on the Manage party page: grafik

How is it supposed to work?

On the party page the name should also stay in the right order: first name + last name

How can it be reproduced?

Change the first name of an account with the edit option of the profile, so change the first name of your logged-in profile. Not with the admin function of someone else account.

sventhiel commented 10 months ago

There is a similar issue in other systems, e.g. AquaDiva. There is no solution for it at the moment, but it highly depends on wrong mappings.

sventhiel commented 9 months ago

After testing out on dev.bexis2.uni-jena.de, I wasn't able to reproduce the issue. So...,

  1. even though other instances have issues with usernames as well, that particular one is occurring only at your instance
  2. some specific configurations lead to that issue, that are not set/existing on dev.bexis2.uni-jena. So further investigation is necessary.
  3. the issue is not existing anymore (which is unlikely, because nobody worked on it).

And probably, there are more reasons...