Skip to content

Commit

Permalink
fix: always use the "bonitaDocVersion" attribute in bonita xref (#51)
Browse files Browse the repository at this point in the history
This ensures that the xref targets the right bonita version supported by
the test-toolkit version. It doesn't depend on bonita "latest" version.

### Notes

Detected while investigating tools for
bonitasoft/bonita-documentation-site#594
Completness of the fix: check
https://github.com/search?q=repo%3Abonitasoft%2Fbonita-test-toolkit-doc+%22xref%3Abonita%22&type=code
(references exist prior merging this PR)
  • Loading branch information
tbouffard authored Sep 6, 2023
1 parent c37ce73 commit acbf928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/business-data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ProcessIT {

== Retrieve the value of a business data from a process instance

A business data is defined at the process level, it represents a business object from the xref:bonita:data:define-and-deploy-the-bdm.adoc[Business Data Model]. +
A business data is defined at the process level, it represents a business object from the xref:{bonitaDocVersion}@bonita:data:define-and-deploy-the-bdm.adoc[Business Data Model]. +

It can be retrieved at any time during a test from the corresponding xref:process.adoc[process instance], archived or not.

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Once installed, you can start using the `bonita-test-toolkit` dependency from an

The Bonita Test Toolkit is available on xref:{bonitaDocVersion}@bonita:software-extensibility:bonita-repository-access.adoc#bonita-artifact-repository[Bonita Artifact Repository] as a standard Maven dependency.

Read the xref:bonita:setup-dev-environment:configure-maven.adoc#repositories[Add a new Maven repository section] to see how to configure your Maven settings in order to access to Bonita Artifact Repository.
Read the xref:{bonitaDocVersion}@bonita:setup-dev-environment:configure-maven.adoc#repositories[Add a new Maven repository section] to see how to configure your Maven settings in order to access to Bonita Artifact Repository.

0 comments on commit acbf928

Please sign in to comment.