Does not perform validation of numeric value in step "Custom multiplier" for Item preprocessing

XMLWordPrintable

    • Type: Problem report
    • Resolution: Duplicate
    • Priority: Trivial
    • None
    • Affects Version/s: 4.0.0alpha6
    • Component/s: Server (S)

      Steps to reproduce:

      Consider the following case1:

      1. I create a trapper item.
      2. I set preprocessing with single multiplication step. Multiplier is set to {$MULTIPLIER}.
      3. I didn't define a value for this macro.

      Now I always get zeroes for a value as {$MULTIPLIER} resolves to empty string and empty string is considered to be 0.

      Consider the following case2:

      1. I create a trapper item.
      2. I set preprocessing with single multiplication step. Multiplier is set to {$MULTIPLIER}.
      3. I define a value for this macro as 10X.

      Now I always get 10 for a value as {$MULTIPLIER} resolves to 10, although this is not a number.

      Expected:
      The Item should become unsupported with information about error reason

            Assignee:
            Unassigned
            Reporter:
            Michael Veksler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: