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

Devtools: handling of symbols in objects #1464

Closed
sdegueldre opened this issue Jun 23, 2023 · 0 comments · Fixed by #1468
Closed

Devtools: handling of symbols in objects #1464

sdegueldre opened this issue Jun 23, 2023 · 0 comments · Fixed by #1468
Assignees
Labels
bug Something isn't working tooling

Comments

@sdegueldre
Copy link
Contributor

Symbols don't show up in the short representation of objects, and objects are not expandable when they only contain symbol keys

@sdegueldre sdegueldre added bug Something isn't working tooling labels Jun 23, 2023
@ged-odoo ged-odoo reopened this Jun 29, 2023
juliusc2066 added a commit that referenced this issue Jun 29, 2023
This commit fixes the three following issues:
- Symbols could never appear in shortened display of objects
- Objects which contained only symbols as keys would be considered to be
  empty and therefore not expandable
- Symbol value edition would create a new property on the object with
  the stringified symbol as key instead of updating its value

closes #1464
ged-odoo pushed a commit that referenced this issue Jun 29, 2023
This commit fixes the three following issues:
- Symbols could never appear in shortened display of objects
- Objects which contained only symbols as keys would be considered to be
  empty and therefore not expandable
- Symbol value edition would create a new property on the object with
  the stringified symbol as key instead of updating its value

closes #1464
phil-form pushed a commit to phil-form/owl that referenced this issue Nov 7, 2023
This commit fixes the three following issues:
- Symbols could never appear in shortened display of objects
- Objects which contained only symbols as keys would be considered to be
  empty and therefore not expandable
- Symbol value edition would create a new property on the object with
  the stringified symbol as key instead of updating its value

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

Successfully merging a pull request may close this issue.

3 participants