Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-1227

Checkbox for enabling statistics of webservices allows to enter expression

    XMLWordPrintable

Details

    Description

      When on configuration - subsystems - webservices, user can use Shift + click on checkbox to enter an expression for the value instead of just checking/unchecking. However, an attempt to enter an expression results in error because 'statistics-enabled' attribute of webservices subsystem doesn't allow an expression as its value.

      "statistics-enabled" => {
          "type" => BOOLEAN,
          "description" => "Whether statistics are to be gathered for endpoints, default value is 'false'.",
          "expressions-allowed" => false,
          "nillable" => true,
          "default" => false,
          "access-type" => "read-write",
          "storage" => "configuration",
          "restart-required" => "no-services"
      },
      

      Web console could detect this and only allow Shift+click on boolean attributes that can use expressions.

      Attachments

        Issue Links

          Activity

            People

              thofman Tomas Hofman
              thofman Tomas Hofman
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: