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

Enums Not Updating #363

Closed
kayleighhoude opened this issue Sep 28, 2022 · 3 comments · Fixed by #364
Closed

Enums Not Updating #363

kayleighhoude opened this issue Sep 28, 2022 · 3 comments · Fixed by #364
Assignees
Labels
type:bug Error or unexpected behaviour

Comments

@kayleighhoude
Copy link
Member

Description:

When new items are added to enums, existing workbooks do not update the enum, where new workbooks show the entirety of the entries in the enum.

EnumNotUpdating

@travispotterBH @michaelhoehn not sure if you have seen this issue as well

Steps to reproduce:

Expected behaviour:

Test file(s):

@kayleighhoude kayleighhoude added the type:bug Error or unexpected behaviour label Sep 28, 2022
@FraserGreenroyd
Copy link
Contributor

@kayleighhoude can you provide an existing workbook that is experiencing the issue and an example enum that can be used to attempt to reproduce the issue?

@FraserGreenroyd FraserGreenroyd self-assigned this Sep 28, 2022
@travispotterBH
Copy link

I've tried this in an existing workbook of my own and did not have the same unexpected behavior. @kayleighhoude I'd like to see if I can replicate on your file..

@FraserGreenroyd
Copy link
Contributor

Investigated with @travispotterBH just now on a call. I can confirm that changing an enum and opening an existing sheet does not load in new enum options.

This is due to the enum options being saved/serialised with the file, but not being updated if the enum has changed. @travispotterBH and I are looking into this now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants