Search code examples
phpdrupaldrupal-7

Custom entity field is missing in Add content form


Created a content type 'News' having fields 'title', 'body' and a custom entity field 'Department'-which will be populated from department vocabulary terms. I can add contents by loging as admin. I can see all the fields for Add 'News' when I login as admin. Now I created a role, 'Content Writer' and given permission to Add 'News' Content and Edit Own Content.

From the Navigation menu I can see the add 'News' form also. But the form is missing the custom entity field 'Department'. What I did wrong/missed?


Solution

  • The "Content writer" role must have permission to add terms to the Department vocabulary, so he can see the field on the creation form.