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

skyredwang’s picture

Status: Active » Closed (works as designed)

After the discussion with on IRC, he expressed that this request is not common enough for this module to support.

skyredwang’s picture

Status: Closed (works as designed) » Active

Rethinking 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.

amitaibu’s picture

Status: Active » Closed (won't fix)

> 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 .