Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix: adding fallback for nameless customers #6

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

gpregger-ethz
Copy link

@gpregger-ethz gpregger-ethz commented Nov 15, 2024

Sorry for the duplicate, had to reorder my branches...

We have a few technical accounts (from LDAP) used for stock keeping who don't have a name. before 6.5.3 these were displayed by their email address.
6.5.3 tries to show customer users by their Title, First name and Last name which is fine, however when editing a CI which has a nameless user set in a Customer field, the field is cleared and manually needs to be re-filled before saving to not lose that information.
This commit adds the old way of "resolving" the display information for these users as a fallback in case no name can be determined.

…is cleared and needs to be refilled before saving. Adding the pre 6.5.3 strategy as fallback method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant