As with Panelizer, the logic for determining whether to enable & show the "New revision" option is incorrect, it's using an entity flag that determines whether revisions are available at all to decide whether one is created by default. Instead, it should disable it by default, but for certain entity bundles (e.g. content types) check whether that setting was overridden.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | fate-n2277375-3.patch | 2.72 KB | damienmckenna |
Comments
Comment #1
damienmckennaOk, so it is correct, it's just a little messy.
Comment #2
damienmckennaComment #3
damienmckennaAdditional tweaks.
Comment #4
danepowell commentedLooks good
Comment #5
damienmckenna@Dane: Thanks for the review. Committed.
Comment #8
damienmckenna