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 see, in the same way, we're assigning CustomLongTextField for the expression fields, we could do the same for ref fields, by default showing the Beans list. Maybe something like the following could help.
case String:
/* catalog preprocessor put 'string' as a type and the javaType as a schema $comment */if(comment?.startsWith('class:')||props.name.startsWith('ref')){returnBeanReferenceField;
Describe the Bug
Bean component doesn't provide list of available beans in the
ref
field.Route used:
Steps to Reproduce the Bug or Issue
ref
fieldScreenshots or Videos
vokoscreenNG-2024-10-10_12-15-28.mp4
Platform
The text was updated successfully, but these errors were encountered: