Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-4423

Config option logic - Add option to disable and not hide

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.2.0-b1
    • Component/s: None
    • Labels:
      None

      Description

      Let's add a setting which allows us to only disable config options instead of disabling and hiding them.

      Add a column to the package_option_groups table
      `hide_options` TINYINT(1) UNSIGNED NOT NULL DEFAULT '1';

      In the interface add a cog icon to the config option logic widget which links to page with the box title "Configurable Option Logic - Settings"
      This page will only show one checkbox labeled "Hide disabled options"

      Update the config option logic message to talk about enabling/disabling options instead of showing/hiding them.

      Update the logic js to only hide if hide_options is set to 1.

        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:
              23/Sep/21

              Time Tracking

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

                Agile