Improve admin logs #21075
Conversation
|
This pull request seems to contain new translation strings. I have summarized them below to ease up review:
(Note: this is an automated message, but answering it will reach a real human) |
Co-authored-by: GoT <PierreRambaud@users.noreply.github.com>
|
Hi @PululuK Everything look good to me except the "severity" filter which has the same behavior as in this issue #18480 |
Thanks @SD1982 @Progi1984 is working on a similar issue here #21420 |
|
QA OK without required approvals !? |
New features
Add log context datas :

Shop context(all shop, group or shop) andLanguageLogs mail alert : Use

ChoiceTypeinstaed ofTexTypeAdd a possibility to change e-mail for notifications. Logs are meant to be for someone technical, I guess it would be some agency/webmaster email, not main email address of store. See Improve admin logs #21075 (comment) by @kpodemski

Improvements
LogQueryBuilderinstead ofLogRepository(See 4f52c39 and c439550)Bugs fix
BC Break
Backwards compatibility break introduced due to extension of
TranslationAwareTypeinstead of usingTranslatorAwareTrait. This means if any module extendsLogsByEmailTypefile they will get an exception. See #21235 by @JevgenijVisockijThis change is