Details

    • Type: Sub-task
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: Sponsored, 5.1.0-b1
    • Component/s: Staff Interface
    • Labels:
      None

      Description

      When options are fetched for configuration we should also fetch a list of conditionals for the current package (i.e. http://host/blesta/package_options/logic/5), which would return a JSON structure containing the logic for all options in the supplied package.

      [
        {
          "option_id": 1,
          "trigger_option_id": 2
          "condition": "=",
          "value": "1024",
          "trigger": "show",
        },
        {
          "option_id": 2,
          "trigger_option_id": 3
          "condition": "=",
          "value": "option value",
          "trigger": "show",
        }
      ]
      

      Abstracting config option display would be nice

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              8/Jun/21

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 2 days, 2 hours, 31 minutes
              2d 2h 31m

                Agile