The implementation of domain_content_node_operations() specifies that it is 'configurable'. This is a bug of some kind, although I'm not quite sure what. hook_node_operations() is not supposed to take the configurable flag at all, and even if it did, DA does not provide the callback function for the configuration form. So I'm guessing that the proper action to take here is to remove it entirely. See patch soon.

Comments

gdd’s picture

Status: Active » Needs review
StatusFileSize
new532 bytes

Submitted from 35,000 feet over Milwaukee!

gdd’s picture

StatusFileSize
new498 bytes

Damnit wrong patch.

agentrickard’s picture

I think that flag is for VBO / Rules, though we don't use it, because it was introduced either late in D6 or in D7. I think it could be supported properly now.

bojanz’s picture

Just a FYI, VBO no longer supports hook_node_operations() and hook_user_operations() in D7 (since alpha3).

agentrickard’s picture

OK. In another module I used hook_action_info() to expose operations to VBO. Is that correct?

Is so, this patch is ready, and we can use hook_action_info() for VBO integration (which is a nice win).

bojanz’s picture

Yes and Yes :)

agentrickard’s picture

Status: Needs review » Reviewed & tested by the community

Thx.

agentrickard’s picture

Status: Reviewed & tested by the community » Fixed

Fixed. VBO support spun off to #1198020: VBO support.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.