Skip to content

Rename the partner schema section to match the term used elsewhere - #633

Merged
niveathika merged 2 commits into
wso2:5.1.xfrom
niveathika:fix-partner-schema-heading
Aug 23, 2026
Merged

Rename the partner schema section to match the term used elsewhere#633
niveathika merged 2 commits into
wso2:5.1.xfrom
niveathika:fix-partner-schema-heading

Conversation

@niveathika

Copy link
Copy Markdown
Member

Purpose

Transform > EDI Processing calls the section "Adjusting a schema for a trading partner", while the Ballerina EDI tool page called the same thing "Changing the specification for a trading partner" and the BBEs used a third phrasing. Three names for one concept.

Settling on "Adapting the schema to a trading partner" everywhere: the published specification is never changed — the schema derived from it is — and "adapt to" frames it as conforming to what the partner sends rather than optional personalization.

Matching renames are in flight:

Checklist

  • Full Docusaurus build passes; no reference to the old anchor remains

@coderabbitai

coderabbitai Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 65197819-4b23-4289-8331-c9e5e376f0b5

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

…"adapt"

Both envelope samples called methods on `txn.body` after an `is error` check
on that same field access. Ballerina narrows variable references, not field
accesses, so the body stays `json|error` / `ORDERS|error` in that branch:
`.message()` and `.toString()` are undefined on it, and passing it to
`log:printError`'s `error` parameter is a type error. Bind it to a local
first; verified both forms fail and both fixes run.

"Custom EDI schemas" also covered two different things — a proprietary
format with no specification to convert from, and tuning a converted schema
for one partner. Keep the section for the first and link the second to
"Adapting the schema to a trading partner".
@niveathika
niveathika merged commit 661984c into wso2:5.1.x Aug 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant