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

Refactor Action classes so that all of them require Vaadin Item instead of javax.jcr.Item or Node.

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.0
    • 5.0
    • None

      While most of the Actions require Vaadin Item, some Actions (e.g CreateItemAction) still requires JCR Node as a constructor parameter. In order to avoid problems with ActionExecutor and for consistency reasons we should make all the actions to require Vaadin Item, and access the JCR Node by means of it.

        Acceptance criteria

              apchelintcev Aleksandr Pchelintcev
              apchelintcev Aleksandr Pchelintcev
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR