cuba-platform / emailtemplate-addon

This component provides the ability to create outbound email based on generating by YARG reporting templates. Using the component, you can create, edit and delete templates, set groups for templates, and send emails.
Apache License 2.0
1 stars 0 forks source link

Parameters with underscores are not created #37

Open Afanasevaa36 opened 2 years ago

Afanasevaa36 commented 2 years ago

CUBA Platform version: 7.2.19 CUBA Studio plugin version: 15.9-213 IntelliJ version: IntelliJ IDEA 2022.1 (Ultimate Edition)

Steps:

  1. Create new project.
  2. Add addon Email template.
  3. Run project.
  4. Login Admin.
  5. Administration>Email templates.
  6. Create> from designer.
  7. In Body drag the "Text".
  8. In the Text add ${bproc_UserGroup.id}
  9. Go to "Parameters and Formats" and click "Create from template"

ER: A new parameter will be created AR:
A new parameter will not be created

This is because the CUBA does not support underlining

knstvk commented 2 years ago

@Afanasevaa36 - please test it on Jmix and create an issue there.