We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When having multiple sites with different content, the values of the range fields are not updated after switching the site in the CP.
No response
Statamic CMS Pro 3.2.21 PHP 8
Fresh statamic/statamic site via CLI
The text was updated successfully, but these errors were encountered:
To fix this add a watch method for the value property to: https://github.com/statamic/cms/blob/3.2/resources/js/components/fieldtypes/RangeFieldtype.vue
watch: { value(value) { this.val = value; }, val(value) { this.updateDebounced(value); } }
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug description
When having multiple sites with different content, the values of the range fields are not updated after switching the site in the CP.
How to reproduce
Logs
No response
Versions
Statamic CMS Pro 3.2.21
PHP 8
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
The text was updated successfully, but these errors were encountered: