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 - "Edit customer user"- column not shown in AgentCustomerInformationCenter anymore #543

Closed
tipue-dev opened this issue Mar 8, 2024 · 5 comments
Labels
4 - internal Issue/MR 4 - verified This issue or pull request was verified.

Comments

@tipue-dev
Copy link
Contributor

Environment

  • Server OS: NA
  • Browser: NA
  • Znuny version: > 7.0.15

Expected behavior

An agent with the correct access rights should be shown an additional row to edit the customer user in AgentCustomerInformationCenter (CustomerUserList-widget)

Screenshot from a previous version:
image

Actual behavior

592e85c removed the setting of $Self->{EditCustomerPermission} from Run() and therefore it is not given to the template AgentDashboardCustomerUserList anymore, so the row isn't shown.
Currently:
image

How to reproduce

Steps to reproduce the behavior:

  1. Go to the CustomerInformationCenter as Admin
  2. Look at the Customer-User-List
  3. See, that the edit row is missing
@rkaldung
Copy link
Contributor

@tipue-dev I am not able to confirm this. I tried to verify it with a 7.0.15 and today's rel-7_0-dev branch. The result is the same:
image

The edit icon is there, and it works as expected. Is it possible that your customer user data source is read-only?

@rkaldung rkaldung changed the title Bug - "Edit customer user"-row not shown in AgentCustomerInformationCenter anymore Bug - "Edit customer user"- column not shown in AgentCustomerInformationCenter anymore Mar 14, 2024
@rkaldung rkaldung self-assigned this Mar 14, 2024
@rkaldung rkaldung added the 4 - clarification The issue or pull requests needs more information. label Mar 14, 2024
@tipue-dev
Copy link
Contributor Author

@rkaldung easy to confuse the two. I'm talking about the Customer Information Center. Your Screenshot is from the Customer User Information Center.

@rkaldung rkaldung added 4 - verified This issue or pull request was verified. and removed 4 - clarification The issue or pull requests needs more information. labels Mar 18, 2024
@rkaldung
Copy link
Contributor

@tipue-dev You're right of course.

@rkaldung
Copy link
Contributor

Internal Issue 842

@rkaldung rkaldung removed their assignment Mar 18, 2024
@NiklasSchmitt
Copy link
Member

fixed within commit fb82aac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - internal Issue/MR 4 - verified This issue or pull request was verified.
Development

No branches or pull requests

3 participants