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

SubImage property on image entities always returning 0,0,0,0 #244

Closed
Madders opened this issue Jan 9, 2023 · 0 comments · Fixed by #245
Closed

SubImage property on image entities always returning 0,0,0,0 #244

Madders opened this issue Jan 9, 2023 · 0 comments · Fixed by #245
Labels
bug Something isn't working

Comments

@Madders
Copy link

Madders commented Jan 9, 2023

The image entity never gets the subImage value set from the entity server.

Steps to reproduce:

  1. add an image entity to a test domain
  2. set sub image properties to be none zero
  3. breakpoint on the subImage setting code in ImageEntityItem.ts
  4. connect to domain
  5. observe the setting of subImage property

You will see that the subImage property is read as all zero's regardless of the values set in the interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants