Plugin Version
8.0
PHP Version
8.4
Shopware Version
6.6.10.x
Installation method
Composer
Identity provider
None
What happened?
Hi, I previously created the Issue #15
this is working fine for most actions now. Except for user deletion. There it still does not work.
I think I also know why, it seems that for the original Shopware PR shopware/shopware#2748
Part of it was not merged, see the merge commit:
shopware/shopware@267e944
Maybe it was lost as the changelog mentioned the role listing component instead of the user listing (which was actually changed)?
I created a corresponding Shopware issue for this
shopware/shopware#17565
One can also compare the user listing that still uses password confirm on delete directly:
https://github.com/shopware/shopware/blob/v6.7.11.0/src/Administration/Resources/app/administration/src/module/sw-users-permissions/components/sw-users-permissions-user-listing/sw-users-permissions-user-listing.html.twig#L195
In comparison with role listing:
https://github.com/shopware/shopware/blob/v6.7.11.0/src/Administration/Resources/app/administration/src/module/sw-users-permissions/components/sw-users-permissions-role-listing/sw-users-permissions-role-listing.html.twig#L39
Maybe you can create a corresponding new PR or add another solution for now?
Plugin Version
8.0
PHP Version
8.4
Shopware Version
6.6.10.x
Installation method
Composer
Identity provider
None
What happened?
Hi, I previously created the Issue #15
this is working fine for most actions now. Except for user deletion. There it still does not work.
I think I also know why, it seems that for the original Shopware PR shopware/shopware#2748
Part of it was not merged, see the merge commit:
shopware/shopware@267e944
Maybe it was lost as the changelog mentioned the role listing component instead of the user listing (which was actually changed)?
I created a corresponding Shopware issue for this
shopware/shopware#17565
One can also compare the user listing that still uses password confirm on delete directly:
https://github.com/shopware/shopware/blob/v6.7.11.0/src/Administration/Resources/app/administration/src/module/sw-users-permissions/components/sw-users-permissions-user-listing/sw-users-permissions-user-listing.html.twig#L195
In comparison with role listing:
https://github.com/shopware/shopware/blob/v6.7.11.0/src/Administration/Resources/app/administration/src/module/sw-users-permissions/components/sw-users-permissions-role-listing/sw-users-permissions-role-listing.html.twig#L39
Maybe you can create a corresponding new PR or add another solution for now?