From 887eea80cabe8bb99775bad5c2208beaa7c78f08 Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 27 Jan 2015 13:45:06 -0800 Subject: [PATCH] =?UTF-8?q?Issue=20#2415129=20by=20Wim=20Leers,=20G=C3=A1b?= =?UTF-8?q?or=20Hojtsy:=20Small=20clean-up=20for=20Shortcut=20entity's=20u?= =?UTF-8?q?sage=20of=20link=20field?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/modules/shortcut/src/Entity/Shortcut.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/shortcut/src/Entity/Shortcut.php b/core/modules/shortcut/src/Entity/Shortcut.php index f59f77d1695..1a0765dc0fe 100644 --- a/core/modules/shortcut/src/Entity/Shortcut.php +++ b/core/modules/shortcut/src/Entity/Shortcut.php @@ -150,7 +150,6 @@ class Shortcut extends ContentEntityBase implements ShortcutInterface { ->setLabel(t('Path')) ->setDescription(t('The location this shortcut points to.')) ->setRequired(TRUE) - ->setTranslatable(FALSE) ->setSettings(array( 'default_value' => '', 'max_length' => 560,