Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-462

Problème lors du rendu de l'historique d'un contenu lorsqu'il y a plusieurs workflow.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.9.0
    • 2.9.0
    • Plugins (others)
    • None

      Lorsqu'on affiche l'historique d'un contenu dans l'onglet workflow le nom des etapes ainsi que le nom des actions n'est pas correcte si le contenu est basé sur un workflow différent de content.

      Je crois que dans le plugin anycontent, la classe contentHistoryGenerator à la ligne 217 :
      String stepName = workflow.getStepName(ContentWorkflowHelper.WORKFLOW_NAME, stepID);
      String actionName = workflow.getActionName(ContentWorkflowHelper.WORKFLOW_NAME, actionID);

      il faudrait plutot mettre à la place de ContentWorkflowHelper.WORKFLOW_NAME workflowName que l'on aurait défini comme ceci : String workflowName = workflow.getWorkflowName(workflowID); avant la boucle sur les step. Meme principe ligne 283 et 284

            cedric Cédric Damioli
            cedric Cédric Damioli
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: