Edited Label not showing

Hi,

I’ve edited the label LBL_LAST_ATTEMPT through Studio.

I can see the /custom/modules/Contacts/language/en_us.lang.php file has been updated and within that file my change is visible.

However in the Label Edit screen within Suite the old value is still seen and throughout the rest of suite the original label is also seen.

Any ideas? Is it being cached?

Thanks.

May be the file got wrong permissions. Check if the file has correct permission and ownership.

Thanks, I’d had a look at that having seen similar posts. But as it’s getting updated by the system I can’t understand why it’s not being read by the system.

I’ll have another look though as you back up my original thought.

Thanks,

Al.

I found the problem thanks to this thread https://suitecrm.com/forum/developer-help/1244-field-label-not-changing-from-studio

I manually edited the label in \custom\Extension\modules\Contacts\Ext\Language\en_us.customfield_language.php then did a quick repairt and rebuild.

That fixed the problem and the edited label is now visible.

It seems the Studio UI updates the \custom\modules\Contacts\language\en_us.lang.php file but reads the one in custom/modules/Contacts/Ext/Language/en_us.lang.ext.php which in turn is generated by the one I manually edited.

Anyway, problem solved and I’ve learned a bit more…

Hi Alisdair,

It appears there’s quite a number of issues with Studio in the later releases, we’ll work in addressing these for 7.3.

Thanks,

Will.

1 Like

There have been some issues addressed in Studio for 7.3.1. There are still outstanding issues on the SuiteCRM GitHub Repository and we will continue to investigate/fix.

Thanks,

Will.