A lot of code currently handles the Webform Options display not using the Webform Select List style plugin. There is no reason not to use the provided style plugin.

On the other hand, it requires several checks of the form $view->display_handler->get_option('style_plugin') == 'webform_views_select_style'

So it makes sense to disable the use of other style plugins on a Webform Options display.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Stevel created an issue. See original summary.

Stevel’s picture

Status: Active » Needs review
FileSize
2.14 KB

This patch adds a warning to the status report concerning any Webform Options displays not using the provided style plugin.

  • Stevel committed 9f2e04f on 7.x-1.x
    Issue #2672806 by Stevel: Warn when not using the provided style plugin
    
Stevel’s picture

Status: Needs review » Active

This goes back to active. In beta2, a warning will be displayed in the status report. The next version will have the provided style plugin as the only option.

Stevel’s picture

Status: Active » Needs review
FileSize
1.14 KB

Patch attached.

  • Stevel committed c839597 on 7.x-1.x
    Issue #2672806 by Stevel: Force a Webform Options display to use the...
Stevel’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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