I know this is more of a ElbaSoft problem, but I think there may be an issue with ElbaSms's installation in my Espo application.
I have installed Elba SMS into my application which is supposed to extend the sms extension from Espo's github and enable mass sms texting. However, the Sms entity in entity manager appears in black letters and uneditable. Everything I look up points to this being unexpected behavior, and all my fixes doesn't lead to any changes. I can't tell if my changes are being ignored by Espo, or if the problem lies somewhere else. Here are some things I already tried:
• I tried making a Sms.json file and adding settings to make it usable in /Espo/Custom/Resources/metadata/clientDefs such as:
"entity": true,
"object": true,
"name": "Sms",
"type": "Entity",
• I also tried making changes to the already existing Sms.json file in /Modules/EblaSms/Resources/metadata/entityDefs/Sms.json by injecting the same code
• I saw a gimmicky fix that involved making an override file called Sms.override.json using the code I mentioned, but that only ever resulted in error
• I uninstalled and reinstalled Elba Sms
None of those worked. I don't know what the problem is or how to fix it.
I have installed Elba SMS into my application which is supposed to extend the sms extension from Espo's github and enable mass sms texting. However, the Sms entity in entity manager appears in black letters and uneditable. Everything I look up points to this being unexpected behavior, and all my fixes doesn't lead to any changes. I can't tell if my changes are being ignored by Espo, or if the problem lies somewhere else. Here are some things I already tried:
• I tried making a Sms.json file and adding settings to make it usable in /Espo/Custom/Resources/metadata/clientDefs such as:
"entity": true,
"object": true,
"name": "Sms",
"type": "Entity",
• I also tried making changes to the already existing Sms.json file in /Modules/EblaSms/Resources/metadata/entityDefs/Sms.json by injecting the same code
• I saw a gimmicky fix that involved making an override file called Sms.override.json using the code I mentioned, but that only ever resulted in error
• I uninstalled and reinstalled Elba Sms
None of those worked. I don't know what the problem is or how to fix it.
Comment