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

.Net backend - issue with zoomDuration + linkInDrawer #1381

Open
jesade-vbg opened this issue Aug 25, 2023 · 1 comment
Open

.Net backend - issue with zoomDuration + linkInDrawer #1381

jesade-vbg opened this issue Aug 25, 2023 · 1 comment
Assignees
Labels
bug .NET Pull requests that update .net code
Milestone

Comments

@jesade-vbg
Copy link
Contributor

In the old .Net backend
zoomDuration is currently bool in .Net backend, should be nullable int.
linkInDrawer is missing in in .Net backend causing values to disappear after a save in admin.

Related to #1334 and #1336

@jesade-vbg jesade-vbg added bug .NET Pull requests that update .net code labels Aug 25, 2023
@jesade-vbg jesade-vbg added this to the 3.x milestone Aug 25, 2023
@jesade-vbg jesade-vbg modified the milestones: 3.x, 3.13 Aug 25, 2023
@jesade-vbg
Copy link
Contributor Author

Fix in #1382

Note that if you have old .Net backend, zoomDuration will be false in config.
So.... you will have to change this manually in config to
zoomDuration: null
Otherwise you wont be able to save map settings in admin.

@jesade-vbg jesade-vbg self-assigned this Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug .NET Pull requests that update .net code
Projects
Status: Done
Development

No branches or pull requests

1 participant