• chaim released this 2026-05-27 13:12:35 +03:00 | 3 commits to main since this release

    תיקון משלים ל-2.10.3

    ה-AssistantRule היה חסר clientDefs/AssistantRule.json (אותו gap שתיקנתי ל-CaseMemory ב-2.10.3). תוצאה: לחיצה על /#AssistantRule בנאב גרמה ל-404 בקונסול:

    /client/custom/modules/smart-assistant/src/controllers/assistant-rule.js
    Failed to load resource: 404
    

    (זה ה-EspoCRM frontend convention probe — מנסה לטעון JS controller ספציפי, וכשלא נמצא נופל ל-404 נראה בקונסול.)

    תיקון

    הוספת Resources/metadata/clientDefs/AssistantRule.json עם:

    {
        "controller": "controllers/record",
        "color": "#5e8c61",
        "iconClass": "fas fa-list-check",
        ...
    }
    

    עכשיו ה-frontend משתמש ב-default record controller של EspoCRM ולא מנסה לטעון קובץ JS שלא קיים.

    אימות

    לאחר ההתקנה, גישה ל-/#AssistantRule תציג רשימה רגילה ללא 404 בקונסול. דף /#CaseMemory כבר תוקן ב-2.10.3.

    התקנה

    הורד SmartAssistant-2.10.4.zip והתקן דרך Administration → Extensions. אחרי ההתקנה: Clear Cache + Ctrl+Shift+F5.

    Downloads