Skip to content
Snippets Groups Projects
Verified Commit b23f4270 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #2542760 by catch, jhedstrom, alexpott, webchick, dawehner, yched,...

Issue #2542760 by catch, jhedstrom, alexpott, webchick, dawehner, yched, lauriii, maxilein, jibran, amateescu, berdir, bojanz: Mark float and list (float) field types as no_ui
parent 53fad5c5
No related branches found
No related tags found
3 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!10223132456: Fix issue where views instances are emptied before an ajax request is complete
Pipeline #420596 passed with warnings
Pipeline: drupal

#420623

    Pipeline: drupal

    #420621

      Pipeline: drupal

      #420618

        +4
        ......@@ -22,6 +22,7 @@
        ],
        category: "number",
        weight: -10,
        no_ui: TRUE,
        default_widget: "number",
        default_formatter: "number_decimal"
        )]
        ......
        ......@@ -318,12 +318,10 @@ public function testFieldTypeOrder(): void {
        'selection_list' => [
        'List (text)',
        'List (integer)',
        'List (float)',
        ],
        'number' => [
        'Number (integer)',
        'Number (decimal)',
        'Number (float)',
        ],
        };
        // Assert that the field type options are displayed as per their weights.
        ......
        ......@@ -22,6 +22,7 @@
        ],
        category: "selection_list",
        weight: -10,
        no_ui: TRUE,
        default_widget: "options_select",
        default_formatter: "list_default",
        )]
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment