## What does this MR do? [Issue Link]() ## Screenshots ### Before ![alt text](https://example.com/before.png) ### After ![alt text](https://example.com/after.png) ## Code Changes * This MR **does** does not change more than 3 files / 100 lines of code. * This MR **does** does not introduce new methods. * This MR **does** does not modify or remove existing methods. * This MR **does** does not add to, modify, or remove existing test cases. ### Performance Impact ### Documentation Follow-up Required? This MR may require follow-up by the documentation team. /label ~Documentation This MR does not require any follow-up. ## QA Checklist (to be filled by the reviewer) - [ ] Implementation satisfies specification - [ ] Changes confirmed by manual testing - [ ] [Code style](https://git.zammad.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate - [ ] Performance will not degrade - [ ] Code is properly covered with tests - If follow-up by the documentation team is needed: - [ ] Add a comment with this text > @MrGeneration please check if this MR requires changes to the documentation. Thanks!