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

Long running action info messages shows message key instead of action name 'Delete'.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.2.5
    • 5.2.5
    • None

      For example the following INFO message is displayed:

      Info: "configuration.browser.actions.delete.label" finished successfully. [MORE]
      The long-running action "configuration.browser.actions.delete.label" you started in the Configuration app on item "..."

      Problem likely in AbstractCommandAction#executeOnItem

      scheduler.addTriggerListener(new CommandActionTriggerListener(
      jobName + "_trigger",
      i18n.translate("ui-framework.abstractcommand.asyncaction.successTitle", getDefinition().getLabel()),
      i18n.translate("ui-framework.abstractcommand.asyncaction.successMessage", getDefinition().getLabel(), appName, item.getJcrItem().getPath()),
      i18n.translate("ui-framework.abstractcommand.asyncaction.errorTitle", getDefinition().getLabel()),
      i18n.translate("ui-framework.abstractcommand.asyncaction.errorMessage", getDefinition().getLabel(), appName, item.getJcrItem().getPath())));
      // start the job

        Acceptance criteria

              czimmermann Christopher Zimmermann
              czimmermann Christopher Zimmermann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD