On my site, I am experiencing an issue where simply opening the Page Attributes screen triggers an autosave—even without making any changes—resulting in the creation of an “unapproved new version” with identical content.
Is this a known issue in version 9 or later?
AI has recommended the following setting. Is this a good solution?
Please let me know if you have any advice on the best way to handle this.
config/concrete.php
‘composer’ => [
‘idle_timeout’ => 3600, // Extend the autosave timer to “1 hour”
],
With this setting, new versions are no longer automatically added.
‘composer’ => [
‘idle_timeout’ => 3600, "
],
The automatic creation of new versions when displaying page attributes does not occur on every site.
It does not happen on sites used solely for theme testing. While page attribute fields or add-ons are possibilities, core functionality could also be a factor, making it difficult to pinpoint the exact cause.