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

Screens serialization not symmetric #22

Closed
jnicoulaud-ledger opened this issue Sep 24, 2024 · 1 comment · Fixed by #30
Closed

Screens serialization not symmetric #22

jnicoulaud-ledger opened this issue Sep 24, 2024 · 1 comment · Fixed by #30
Labels
bug Something isn't working

Comments

@jnicoulaud-ledger
Copy link
Contributor

We lose some data when saving/reloading:

            'stax': [
              {
+               'type': 'propertyPage',
+               'label': 'DAI Permit',
+               'content': [
+                 'spender',
+                 'value',
+                 'deadline',
+               ],
              },
            ],
          },
@jnicoulaud-ledger jnicoulaud-ledger added the bug Something isn't working label Sep 24, 2024
@ClaireGuerreGiordano ClaireGuerreGiordano linked a pull request Sep 25, 2024 that will close this issue
@ClaireGuerreGiordano
Copy link
Collaborator

I was not able to reproduce this bug. I thus added a test aiming to reproduce it (and passing)

jnicoulaud-ledger pushed a commit that referenced this issue Sep 26, 2024
* Screens serialization not symmetric #22

* Rebase
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