You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to have come across a strange issue when creating new blocks.
Reproduce:
Setup a multilingual environment
Create a new Layout
Create a new block
Change the title to something help, for example Contact Details
Add one custom field, demographics fields (i.e. Gender and Date of Birth)
Save
Drag and drop it into your blocks setting and expand or Edit the block
What happens:
You can no longer edit the new block and/.or add fields into the newly created block. The error I get in my browser console is
Uncaught ReferenceError: label is not defined
at eval (eval at <anonymous> (lodash.min.js:75:591), <anonymous>:3:477)
at Object.render (backbone.marionette.js?r=HV6uc:1231:12)
at child.render (backbone.marionette.js?r=HV6uc:1457:36)
at child.r [as render] (lodash.min.js:25:62)
at Marionette.Region.show (backbone.marionette.js?r=HV6uc:910:10)
at child.onRender (crm.designer.js?r=HV6uc:618:20)
at child.triggerMethod (backbone.marionette.js?r=HV6uc:565:21)
at child.render (backbone.marionette.js?r=HV6uc:1462:10)
at child.render (backbone.marionette.js?r=HV6uc:1920:55)
at child.r [as render] (lodash.min.js:25:62)
No message appears in the log files.
What you expect:
To be able to edit the fields and all the fields are stored properly.
The text was updated successfully, but these errors were encountered:
@shaneonabike I appreciate the detailed bug report. Unfortunately it's a bit obscure, and the issue is with some older technology (the old profile-builder popup). I'm not sure when/if this will get prioritized, but there is a workaround: instead of relying on the profile-builder popup, you can edit the profile the old way, by going to Administer -> Customize Data & Screens -> Profiles.
Hi @colemanw yes that's what I ultimately did in order to make it work. I'm not sure it's that obscure but is there a way to just disable this feature maybe? Then it would force folks to use the actual Profile as you suggest to add it?
I seem to have come across a strange issue when creating new blocks.
Reproduce:
Contact Details
What happens:
You can no longer edit the new block and/.or add fields into the newly created block. The error I get in my browser console is
No message appears in the log files.
What you expect:
To be able to edit the fields and all the fields are stored properly.
The text was updated successfully, but these errors were encountered: