intershop / intershop-pwa

The Intershop PWA is an Angular based progressive web app storefront for the Intershop Commerce Platform.
https://www.intershop.com/progressive-web-app
MIT License
159 stars 85 forks source link

feat: implement order search for specific buyer (#96422) #1678

Closed skoch-intershop closed 3 months ago

skoch-intershop commented 5 months ago

PR Type

[ ] Bugfix [x ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no API changes) [ ] Build-related changes [ ] CI-related changes [ ] Documentation content changes [ ] Application / infrastructure changes [ ] Other:

Issue Number: #96422

What Is the New Behavior?

Now it is possible filter the order list regarding specific users of an customer. This filter option will only displayed if the logged in customer user has the role "Account Admin". Only this role has the permission "APP_B2B_MANAGE_ORDERS". This allows the user to utilize this functionality.

image

Does this PR Introduce a Breaking Change?

[ ] Yes [x ] No

Other Information

This functionality is only available with the ICM 12.

AB#97244

M-Behr commented 5 months ago

@skoch-intershop: You probably didn't want to implement the tabs? Please make sure that the adjusted description of the permission is visible in PWA.

SGrueber commented 3 months ago

will be replaced by #1697