[9.0.6, russian lang only] Event notification bug with {entitiy}

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stepstep
    Junior Member
    • Apr 2025
    • 2

    [9.0.6, russian lang only] Event notification bug with {entitiy}

    Hello, i've encountered the following problem:
    When user receives notification about an event, it's name is shown as "{сущность}", which basically is translated version of "{entity}".
    I believe somebody translated too much and accidentally renamed a variable into it's russian version, which makes it show as plain text {сущность}.

    i guess the problem lies within:


    1)
    \public_html\application\Espo\Modules\Crm\Resource s\i18n\ru_RU\Global.json

    121: "notificationMessages": {
    122: "eventAttendee": "{user} добавил вас в {entityType} {сущность}"

    this must be

    121: "notificationMessages": {
    122: "eventAttendee": "{user} добавил вас в {entityType} {entity}"


    For those who are seeing this bug from web search, you need to change that line, and do Rebuild.


    PS also your forum somewhy inserts spaces into text that i copy and paste, at random places :P
Working...