Problem/Motivation

I originally created some storage entity types and didn't set creating revisions automatically. We're at the stage where it'd be good to do so (more people are editing the site), but checking

Create new revision
Create a new revision by default for this storage type.

Doesn't result in new revisions being saved for entities of that type.

Revisions seems to have issues with this module in general, see https://www.drupal.org/project/storage/issues/3398304 and https://www.drupal.org/project/storage/issues/3457324. I'll try the latter on a local dev instance, perhaps pulling revision UI out of the storage module will help with consistency.

Steps to reproduce

Create a storage entity type, save it, then try and change revision settings for it at /admin/structure/storage_types/FOOBAR/edit

Comments

erutan created an issue.