a commonly used word in e-commerce & sorting features.

CommentFileSizeAuthor
add_context_to_order.patch1.21 KBdroplet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

droplet’s picture

Issue tags: +string context

tagging

jamesliu78’s picture

Also find similar problems in:
core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php: Line 221

droplet’s picture

@jamesliu78,

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.phpundefined
@@ -218,7 +218,7 @@ public function exposedFormAlter(&$form, &$form_state) {
+          '#title' => t('Order', array(), array('context' => 'Sort order')),

Yeah, this patch includes the string ?

jamesliu78’s picture

@droplet
Oh, sorry. :)

Tor Arne Thune’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 1470854 and pushed to 8.x. Thanks!

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

andypost’s picture