Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-6259

ContentType based App & Column Editor's fields: 'defaultAction' can not be disabled -> key 'enter' can not be used

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 6.2.3
    • None

      Situation:

      In 6.2.3 the columns editing behavior was improved.
      One adaption of 'editable' on the column is:
      https://documentation.magnolia-cms.com/display/DOCS62/Column+definition

      optional, default is falseWhen set to true, the column can be edited inline. You can double-click a cell to edit its value. You cannot define defaultAction and use inline editing at the same time.
      

      So the column editing can not be used as long there is a default Action defined. Which makes a lot of sense! But:

      Problem:

      When using a ContentType based app, the default action is always generated.
      And there is no proper way to "disable"/having no defaultAction.

      Workaround:

      Break the autoGenerated defaultAction by adding an non existing action:

      subApps:
        browser:
          actionbar:
            defaultAction: nonExisingAction
      

        Acceptance criteria

              Unassigned Unassigned
              cringele Christian Ringele
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:

                  Bug DoR
                  Task DoD