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

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Neutral
    • None
    • 5.2.5
    • None

    Description

      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

      Checklists

        Acceptance criteria

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Checklists

                    Bug DoR
                    Task DoD