Closed (works as designed)
Project:
Domain
Version:
7.x-3.x-dev
Component:
- Domain Conf
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2012 at 06:04 UTC
Updated:
28 Nov 2016 at 13:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
agentrickardWhere are you trying to make the changes? The Domain Configuration module does _not_ make the Content Type editing form domain sensitive. That form will always save changes to the primary domain.
I don't understand what the error is in the report. Please list the steps you take. The domains you have, and when URL (and domain) you are performing actions from.
Comment #2
agentrickardThis minor patch may help explain things.
Comment #3
agentrickardSlightly better patch.
Comment #4
axxint commentedThank you for the patch! I updated Domain Access to 7.x-3.6 and applied the patch to that version. I'm not seeing any differences in my ability to change any content types and I found an issue with maintenance mode.
I have 3 domains; I'll call them main.com, site2.com and site3.com.
With Domain Configuration Active
When I Disable Domain Configuration
When I Re-Enable Domain Configuration
Comment #5
agentrickardI cannot replicate any of that behavior.
After applying the patch, you don't see a message at the top of the Content Type page? It should look similar to the attached.
If you don't see that message, something else is wrong.
Comment #6
agentrickardAlso make sure you didn't enable Domain Settings by accident. It radically changes the behavior. It also, however, gives you very large warnings on the page.
Comment #7
agentrickardCommitted.
Comment #9
Wolfgang Reszel commentedThis bug still exists in the latest Dev (7.x-3.7+2-dev). I can't change the defaults in admin/structure/types/manage/XXX.
Maybe it's not a bug, but then the Message "This form submits changes to your default configuration." should also link to admin/structure/domain/batch/menu_options_XXX. I haven't realized, that these Options are also domain specific.
Comment #10
agentrickardI cannot reproduce the bug.
Steps to reproduce, please. Error messages, log entries.
Comment #11
agentrickardAnd what do you means by "can't change the defaults". Please give me a proper report.
Comment #12
Wolfgang Reszel commentedI mean by "changing defaults" the normal page to edit content types at admin/structure/types/manage/XXX. Changing the settings there have no effect when Domain Config is enabled.
Comment #13
agentrickardI cannot replicate that. I just changed the "Description" field of a node type with no problem.
I need exact steps to replicate. What fields? What values?
Comment #14
Wolfgang Reszel commentedIt only happens at the available menus (look at first post).
Comment #15
agentrickardI can change available menus just fine. Granted I am user 1.
Now, you may be running into an issue with the Parent Item, because those could be access restricted. But that has nothing to do with Domain Conf, but rather Node Access.
Comment #16
agentrickardWhat is more likely happening is that Domain Conf is overriding those settings on a per-domain basis, which is how the module works.
E.g. If you have saved settings for domain A, they have to be updated through the Domain Conf UI.
I suspect this is all "by design". The Available Menu settings can be set per domain. I suspect that you may have Domain Conf settings for your primary domain. If so, delete them using the Batch Updates tool.
But seriously, the OP and the title of this issue are entirely misleading if that is the actual issue.
Comment #17
axxint commentedUpdate: Everything is working. Part of the issue I had was misunderstanding, and the other part was a mysterious issue that just cleared up on it's own.
The available menus issue was working as designed. You cannot choose available menus at admin/structure/types/manage/content-type - you have to select them at /admin/structure/domain/view/#/config. Once I figured this out, I got everything working.
The other issue was that fields I created/changed on various content types were not showing up/not changed when I created content with the Domain Configuration module enabled. This issue just went away and I was not able to correlate its disappearance to any changes I made.
Comment #18
agentrickardOdd. Sorry for your frustration.
Comment #19
Wolfgang Reszel commentedMaybe the Form at admin/structure/types/manage/content-type could be altered by Domain Config so that the fields are disabled there for UX reason.
Comment #20
jweirather commentedCreated a related thread here: https://www.drupal.org/node/2452013
Comment #21
maxplus commentedThanks,
also found out that you need to use admin/structure/domain/view/#/config to change the default menu for a content type... (and not admin/structure/types/manage/#)