Closed (duplicate)
Project:
Domain Taxonomy
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2012 at 13:30 UTC
Updated:
24 Jul 2012 at 22:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
skizzo commentedComment #2
alan d. commentedI too just hit this on an administration page, but it is clearly by design for some reason:
However, my front end vocabs are being filtered. So is the content type edited on an administration path that does not start with 'node/'? If you have an admin theme enabled, then this would trigger on that page if the page is listed as an admin path.
Back to the query, shouldn't it be something like this, (and omg) what would break in doing so...
Comment #3
alan d. commentedSee #1560246: admin/structure/taxonomy/[vocabname] should respect domain access rules, but that appears unrelated.
Comment #4
alan d. commentedOK, the core term lists (other than autocomplete) are generated with this:
And the term query adds the access tags:
This should result in the expected behaviour.
So testing radios & select lists:
The widgets

The resulting page without restrictions

Implemented restrictions by
a) Removing this domain from the list of non-restricted taxonomies
This is found under http://www.example.com/admin/structure/domain/taxonomy
b) Editing the terms to ensure that the terms were not assigned everywhere and that they only belonged to the correct domain
Custom term manager screenshot showing the settings: Screenshot
And the resulting widget on the Maritime site

The select list of both sites, Martime on the left, the HSA site on the right (this has all terms assigned)

OK, hopefully I have covered something that you missed, as this appears to be working perfectly.
Comment #5
skizzo commentedthank you for taking the time to go through your configuration and clarifying things. The only difference with my setup lies in the selection widget: I use the hierarchical select rather than the core select. Actually, I now recall that back in January I reported the problem in the hierarchical select issue queue but then, not being a programmer, I thought that the problem could not depend on a selection widget (false assumption?) and must lie in a lower layer, so I created this issue. Please feel free to close it, as it doesn't seem to be a Domain Taxonomy problem. Btw: where does the "term manager screenshot" in your response come from? can it be done with views or is it a special module? It looks like a convenient way of managing and verifying domain assignment for large taxonomies.
Comment #6
alan d. commentedhi skizzo, the "term manager screenshot" was a two day hack trying to normalise the damage that the tagging bug had exposed (another issue). It parses all of the term relationships from 3 field types and works out if there should be any domain settings applied to the terms. So I can update these 100 at a time, or merge duplicates etc. Handy but very messy in terms of the code, like it has no module checks etc and was designed to run with maybe 10 dependencies.
And I found the issue,
posting in other threadreported to the appropriate users for action. This will probably be resolved in the next few weeks as this raises a fairly serious issue with that module.