cuba-platform / reports

CUBA Reports Addon
https://www.cuba-platform.com/
Apache License 2.0
9 stars 4 forks source link

Incorrect formatter name generation #241

Closed NikitaShchienko closed 4 years ago

NikitaShchienko commented 4 years ago

Environment

Description of the bug or enhancement

Incorrect formator name generation for reference attributes when creating a report using the report wizard.

Minimal reproducible example

  1. Select report generation using the report wizard
  2. Create a report for the user entity with fields:
    • login
    • Group.createAt
  3. Look at the generated formatter for group.createAt

    Expected behavior

    The formatter name should be Users.group.createAt

    Actual behavior

    The formatter name is Users.createAt

Report example: Report for entity User.zip