From 9c1671db5271d0420a0196339abc752cca801306 Mon Sep 17 00:00:00 2001 From: Michael Grinko Date: Thu, 12 Dec 2013 16:25:26 +0200 Subject: [PATCH 1/2] Update entity.rst Note was added to clarify expectations of this option --- reference/forms/types/entity.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/forms/types/entity.rst b/reference/forms/types/entity.rst index 29b73c2b4af..8c121e92b76 100644 --- a/reference/forms/types/entity.rst +++ b/reference/forms/types/entity.rst @@ -182,6 +182,10 @@ These options inherit from the :doc:`choice ` typ .. include:: /reference/forms/types/options/preferred_choices.rst.inc +.. note:: + + This option expects for array of objects unlike choice field that requires an array of keys + .. include:: /reference/forms/types/options/empty_value.rst.inc These options inherit from the :doc:`form ` type: From 9cfcad63e30ade9a25c4de74e9a98b6d3794053e Mon Sep 17 00:00:00 2001 From: Michael Grinko Date: Thu, 12 Dec 2013 16:41:11 +0200 Subject: [PATCH 2/2] Update entity.rst --- reference/forms/types/entity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/entity.rst b/reference/forms/types/entity.rst index 8c121e92b76..752afca6895 100644 --- a/reference/forms/types/entity.rst +++ b/reference/forms/types/entity.rst @@ -184,7 +184,7 @@ These options inherit from the :doc:`choice ` typ .. note:: - This option expects for array of objects unlike choice field that requires an array of keys + This option expects an array of objects unlike the choice field that requires an array of keys. .. include:: /reference/forms/types/options/empty_value.rst.inc