Closed (won't fix)
Project:
OG Vocabulary
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2013 at 04:12 UTC
Updated:
11 Jan 2013 at 10:51 UTC
The group entity (node) has data/properties like
"group_group": {
"und": [
{
"value": "1"
}
]
},
But, it doesn't have the og_vocab reference/data there. Adding og_vocab reference like
"group_vocab": {
"und": [123,234,456]
},
in the group entity will enable future applications with this module.
Comments
Comment #1
skyredwangAfter the discussion with on IRC, he expressed that this request is not common enough for this module to support.
Comment #2
skyredwangRethinking of this request programmatically:
Basically, the request is that "tell me what vocabularies are associated with a given node." It should be og_vocab module's work to answer that.
But, at the moment, the requester has to do the work to get the result.
I still think this request is very common and og_vocab should implement it.
FYI: I have a patch ready.
Comment #3
amitaibu> Basically, the request is that "tell me what vocabularies are associated with a given node." It should be og_vocab module's work to answer that.
No, if anyone needs to answer that is taxonomy module. Og vocab just helps you reference the right terms .