Hello,

for the subdomains, I have created 4 specific content types : content type A, content type B, content type C, content type D. In the permissions page, I associate these content types with a role.

If I connect me to a subdomain with this role, I can create contents of type : content type A, content type B, content type C but not contents of type D.

If I specify in the URL this : node/add/content-type-D, I get a refused access, but I can modify the exisiting contents of type D.

Have you any idea to resolve this problem?
Thanks for your help.

Comments

kumkum29 created an issue. See original summary.

MickL’s picture

I had a similiar issue. All content types disappeared from some lists like within Rules, Views and Solr. Sometimes they show up when clearing the cache, but most times they didnt.

I described the problem here:
http://drupal.stackexchange.com/questions/186469/content-types-disappear

agentrickard’s picture

Category: Bug report » Support request
Status: Active » Closed (works as designed)

Domain adds a new permission that restricts the creation of content to a user's assigned domain list.

e.g. 'Article: Create new content on assigned domains '

The editing rules may be different than the creation rules.