I know this has been discussed, but I thought I should file an issue about it anyway:

When exporting YQL views (e.g. with Features), the 'Custom open tables' field in the Query settings is not included, breaking all but the Yahoo-native queries.

It is possible that the API method setting is missing as well (but since it can't yet be changed that doesn't really matter). All the other Query settings seem to export fine.

I don't know whether this is an issue for YQL Views Query Backend or of Views itself.

Cheers,

Comments

kenorb’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Issue summary: View changes

The same happens for 7.x-1.x.

All other Query options are exported such as:

$handler->display->display_options['query']['type'] = 'views_query';
$handler->display->display_options['query']['options']['yql_base_table'] = 'boss.search';

But not 'Custom open tables' (yql_custom_table).

kenorb’s picture

Seems to be just typo.

kenorb’s picture

Status: Active » Needs review

  • kenorb authored 9e35b35 on 7.x-1.x
    Issue #973552 by kenorb: Export of Custom open tables broken
    
kenorb’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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