Uploaded image for project: 'Blossom'
  1. Blossom
  2. BLOSSOM-256

Adapt Blossom module for Magnolia 6

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 3.3
    • 3.2.1
    • None
    • None
    • Yes
    • SPA Editor 4
    • 3

      I've updated my running magnolia instance from 6.0 to 6.1 without updates to blossom (using 3.2.1).

      I'm getting the following error when opening a dialog or pageproperties -> magnolia_blossom_error.txt

      This is caused due to a signature change in the code which came with Magnolia 6.1.

       

      Solutions:

      Replace the existing constructor with the new new constructor in the following code in the class BlossomFormDialogPresenter.

      @Inject
      public BlossomFormDialogPresenter(DialogDefinitionRegistry dialogDefinitionRegistry, FormBuilder formBuilder, ComponentProvider componentProvider, DialogActionExecutor executor, FormView view, I18nizer i18nizer, SimpleTranslator i18n) {
          super(dialogDefinitionRegistry, formBuilder, componentProvider, executor, view, i18nizer, i18n);
          this.dialogDefinitionRegistry = dialogDefinitionRegistry;
      } 

        Acceptance criteria

              rsiska Robert Šiška
              tom_trapp Tom Trapp
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD