MauroDataMapper-NHSD / mdm-plugin-nhs-data-dictionary

Mauro Core Plugin for the NHS Data Dictionary
Apache License 2.0
0 stars 0 forks source link

Incorrect DitaProject method call prevents NHSE test branch from publishing #107

Closed pjmonks closed 2 weeks ago

pjmonks commented 2 weeks ago

Description

There is an incorrect method call for DitaProject.registerMap() called within DataSetsWebsiteHelper. Since the wrong number of parameters are passed in, a MissingMethodException is thrown during the publish operation.

Steps to replicate

  1. Sign into the NHSE test server and watch the log files.
  2. Open the Orchestrator at the test site - https://mauro.dev.dataproducts.nhs.uk/orchestration/
  3. Click on "Branches" and choose the "Test branch" branch
  4. Click on the "Publish" tab then generate a full website.
  5. Watch the log file in your terminal.

Expected behaviour

The branch should publish successfully.

Related