Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Delete Client and role's admin event doesn't have representation while other delete entities have the representation #33009

@bmk9727

Description

@bmk9727

Before reporting an issue

  • I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.

Area

admin/ui

Describe the bug

When we delete client OR Delete role, representation json is NULL While other DELETE operation like delete any resources, policy, permission or scope under client have details in representation json.

Version

25.0.5(Latest)

Regression

  • The issue is a regression

Expected behavior

We should have representation json block to identify what was deleted just like other delete operation. E.g DELETE any Authorization entities like Delete scope or delete resource or delete policy or delete permission those event have proper representation block.

Actual behavior

DELETE Client and DELETE Role doesn't have representation json block.

How to Reproduce?

  1. Enable admin event config
  2. Create Client and Delete Clinet
  3. Check for Delete client event's representation
  4. Create Role and Delete role
  5. Again check for Delete role event's representation

DELETE CLIENT's admin event representation
image

DELETE Client's authorization scop's admin event representation:
image

DELETE role's admin event representation:
image

Anything else?

No response

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions