Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos in Table variables #4311

Open
4 tasks done
jerome-obeo opened this issue Dec 13, 2024 · 0 comments · May be fixed by #4344
Open
4 tasks done

Typos in Table variables #4311

jerome-obeo opened this issue Dec 13, 2024 · 0 comments · May be fixed by #4344

Comments

@jerome-obeo
Copy link
Contributor

  • I have checked that this bug has not yet been reported by someone else
  • I have checked that this bug appears on Chrome
  • I have specified the version :
  • latest
  • I have specified my environment :
  • All

There are two typos in Table variables defined in org.eclipse.sirius.components.tables.descriptions.ColumnDescription:

    public static final String COLUMN_TARGET_OBJECT = "columTargetObject";

    public static final String COLUMN_TARGET_OBJECT_ID = "columTargetObjectId";

should be:

    public static final String COLUMN_TARGET_OBJECT = "columnTargetObject";

    public static final String COLUMN_TARGET_OBJECT_ID = "columnTargetObjectId";
@frouene frouene added this to the 2025.2.0 milestone Dec 23, 2024
@frouene frouene self-assigned this Dec 23, 2024
@frouene frouene linked a pull request Dec 23, 2024 that will close this issue
39 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants