hoping someone can help me. I’ve got a relationship that i have defined in module builder betweena custom module and the “Accounts” module. I modify the label of that column in the list view, redeploy, run rebuild and repair, and run rebuild js language files, yet for some reason, the custom label definition never propogates.
-brian
I am running SuiteCRM 7.6.4
After making the changes in module builder, the change shows up in:
custom/modulebuilder/packages/Meters/modules/Meters/language/en_us.lang.php:
After deploying the package, the change shows up in:
custom/modulebuilder/builds/Meters/SugarModules/modules/METER_Meters/language/en_us.lang.php,
modules/METER_Meters/language/en_us.lang.php
After repair and rebuild, change doesn’t show up anywhere else.
After repair JS Language files, change doesn’t show up anywhere else.
Another thing, considering the fact that i have renamed the “Accounts” module to “Facilities”, shouldn’t it grab that by default???
not to mention the fact that i have no ability to define the labels for the edit view and detail view. i try changing the label in various places via Studio, and that doesn’t work either. Especially not in an upgrade safe, redeploy safe way.
Please help. I’ve already looked through the forums for posts like https://suitecrm.com/forum/developer-help/1244-field-label-not-changing-from-studio. This post has poor advice in it as the suggested changes are will be overwritten by redeployment of the custom module.