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

[FIX] devtools: fix symbols handling and display #1468

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

juliusc2066
Copy link
Contributor

@juliusc2066 juliusc2066 commented 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

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
@juliusc2066 juliusc2066 force-pushed the master-devtools-fix-symbols-juca branch from 8e246d6 to 3f02eb2 Compare June 29, 2023 12:13
@ged-odoo ged-odoo merged commit c105c6d into master Jun 29, 2023
@ged-odoo ged-odoo deleted the master-devtools-fix-symbols-juca branch June 29, 2023 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Devtools: handling of symbols in objects
2 participants