Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-3726

Disabled conditions are ignored in dialog box to configure a task

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.5.6, 4.6.0
    • None
    • None
    • None
    • 4.6 M3

      From administration and tasks tool, when configuring a new task, the existing disabled condition are erase

      See. EditTaskHelper.js

      // Add the fields for each parameter
                  Ext.Object.each(schedulable.parameters, function(parameterId, parameter) {
                      // Add a disable condition
                      parameter['disableCondition'] = this._generateDisableCondition(chooseSchedulableId, schedulable.id);
                      
                      // The field is ready
                      data[parameterId] = parameter;
                  }, this);
      

            laurence Laurence Aumeunier
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: