X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fentity_test%2Fsrc%2FEntity%2FEntityTestMulRevChanged.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fentity_test%2Fsrc%2FEntity%2FEntityTestMulRevChanged.php;h=13a169df4900dac2e762e28b7fb8b9bb7c183fb3;hp=391307576ea7b7549cdc6d996ee552d684637b82;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php index 391307576..13a169df4 100644 --- a/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php +++ b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php @@ -71,6 +71,7 @@ class EntityTestMulRevChanged extends EntityTestMulChanged { $fields['name']->setRevisionable(TRUE); $fields['user_id']->setRevisionable(TRUE); $fields['changed']->setRevisionable(TRUE); + $fields['not_translatable']->setRevisionable(TRUE); return $fields; }