Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

While migrating the JSU validator to the cloud environment, you might see these messages:

...

Code Block
<validators>
  <validator name="" type="class">
    <arg name="contextHandling"/>
    <arg name="hidFieldsList">attachment@@comment@@</arg>
    <arg name="jsuWorkflowParamsVersion-textValue">2.28.1</arg>
    <arg name="class.name">com.googlecode.jsu.workflow.validator.FieldsRequiredValidator</arg>
    <arg name="customErrorMessage-textValue">Adding these fields is Mandatory! Attachments & Comments.</arg>
    <arg name="uuid">05108e3a-06e8-4598-bbf2-ffd22596c1e5</arg>
  </validator>
</validator>

Instructions to fix this issue:

Please follow these steps to add the missing information for these validators:

  1. Use the latest JSU and the same CMJ version in server/DC and cloud.

  2. Update your workflow/validators

    1. Choose Projects and select a starred or recent project, or choose View all projects and select a project.

    2. From your project's sidebar, select Project settings > Workflows.

    3. Click the edit pencil to the right of the workflow.

    4. Select the transition where the affected validator is located and click on Validators.

    5. Click the edit pencil to the right of the validator

    6. Scroll down to the bottom of the page and click update.

    7. Click Publish Draft.

  3. Retry the migration.

...