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

Allow non-editable fields to be auto-derived #684

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

mz8i
Copy link
Contributor

@mz8i mz8i commented Aug 12, 2021

Some fields shouldn't be editable through the API
but can still be modified, because they are derived
from another field which is editable.
This change fixes a bug where a derived field
wouldn't be updated, because it was not on the
editable fields whitelist.

Some fields shouldn't be editable through the API
but can still be modified, because they are derived
from another field which is editable.
This change fixes a bug where a derived field
wouldn't be updated, because it was not on the
editable fields whitelist.
@mz8i
Copy link
Contributor Author

mz8i commented Aug 12, 2021

Closes #681.

@mz8i mz8i merged commit 806e1f6 into colouring-cities:master Aug 12, 2021
@mz8i mz8i deleted the fix/681-land-use-edit branch August 12, 2021 00:36
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.

1 participant