I tracked this issue down which I believe is the culprit causing fuss with the hierarchy capabilities of this module when dealing with the field api.

I am submitting this thread so I can commit a patch.

-Jesse

Comments

dobe’s picture

Here is the patch let me know if I am way off about this.

istryker’s picture

I just looked at your code. It looks like a good attempt. I don't know if hook_views_submit() is the right place for this to be call. It could also be the perfect place. If statement looks good. I am worried draggableviews_get_handler_class() will be an expensive resource call.

istryker’s picture

Issue summary: View changes
Status: Active » Needs review

Marking as needs reviews

TODO: attach related hierachy_fieldapi issue to this. Maybe update 7.x-2.1 META to issue this issue aswell.

geek-merlin’s picture

Status: Needs review » Closed (duplicate)
Related issues: +#1879408: Support Field API handler for hierarchy

closing in favor of the other which has a patch containing this one.