From e6d5d9600284fabed0ad4c1dd29745bc5d2798bd Mon Sep 17 00:00:00 2001 From: Geise Costa Date: Fri, 18 Oct 2024 13:26:02 -0300 Subject: [PATCH 1/3] EDU- 13520 Updated section frequently questions --- docs/README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/docs/README.md b/docs/README.md index d5eec75..09d8a09 100644 --- a/docs/README.md +++ b/docs/README.md @@ -42,28 +42,7 @@ For additional features, you can also install the [Quick Order](https://develope ### How do I fix the schema issue? -If you are getting alerts on B2B apps regarding a schema issue, please follow the steps below: - -1. Open the VTEX Admin, and click the Master Data link on the left side of the screen. - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-1.png "Step one") - -2. After logging in, click **Advanced settings** as shown in the image below: - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-2.png "Step two") - -3. Click the last link in the list: - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-3.png "Step three") - -4. Click **Data Entities**, find the CL row, and click the **Edit** button as shown in the image below: - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-4.png "Step four") - -5. Find the unchecked field that is nullable and check it. Only the **email** field must be unchecked. - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-5.png "Step five") - -6. Click **Save**. - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-6.png "Step six") - -7. Click the **Publish** button to apply the changes: - ![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-7.png "Step seven") +For more details on how to resolve schema-related issues, please refer to the article [I can't fix the schema error in B2B apps](https://help.vtex.com/en/tutorial/nao-consigo-corrigir-o-erro-de-schema-em-aplicativos-b2b--WkjJZSnGXCiqmLhg4b0OR). From f1e0de3fc65845892f24b667fad7464aadbcfc86 Mon Sep 17 00:00:00 2001 From: Geise Costa <136460310+geisecosta@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:54:20 -0300 Subject: [PATCH 2/3] Update docs/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: JĂșlia Rabello <77292838+julia-rabello@users.noreply.github.com> --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 09d8a09..1d7735a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -42,7 +42,7 @@ For additional features, you can also install the [Quick Order](https://develope ### How do I fix the schema issue? -For more details on how to resolve schema-related issues, please refer to the article [I can't fix the schema error in B2B apps](https://help.vtex.com/en/tutorial/nao-consigo-corrigir-o-erro-de-schema-em-aplicativos-b2b--WkjJZSnGXCiqmLhg4b0OR). +For more details on how to resolve schema-related issues, please refer to the article [I can't fix the schema error in B2B apps](https://help.vtex.com/en/tutorial/i-cant-fix-the-schema-error-in-b2b-apps--WkjJZSnGXCiqmLhg4b0OR). From 1ad0bc54037e2336e2ec1127dbcc4ea6688e3980 Mon Sep 17 00:00:00 2001 From: Geise Costa Date: Tue, 22 Oct 2024 09:01:33 -0300 Subject: [PATCH 3/3] Updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78339f7..200becd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add catalog-info.yaml +## [0.3.1] - 2024-10-22 + +### Changed +- Updated section frequently questions + ## [0.3.1] - 2023-09-14 ### Fixed