Skip to content

Commit

Permalink
fix-links
Browse files Browse the repository at this point in the history
  • Loading branch information
andriitserkovnyi committed May 3, 2022
1 parent 824ea1d commit 13be8ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ To resolve the error provided in the example, try the following in the provided
3. Recommended: Extend the functionality using the [Project Modules strategy](/docs/scos/dev/back-end-development/extending-spryker/development-strategies/development-strategies.html#project-modules).
4. Not recommended: Copy the functionality from the core to the project level:
1. Register the missing extension point in [Spryker Ideas](https://spryker.ideas.aha.io/), so we add it in future.
2. Copy private API core entities to the project level and give them unique names. For an example, see [Example of resolving the error by copying and renaming the entities](#example-of-resolving-the-error-by-copying-and-renaming-the-entities).
2. Copy private API core entities to the project level and give them unique names. For an example, see [Example of resolving the error by copying and renaming the entities](#example-of-resolving-the-error-by-renaming-private-api-entities).
3. As soon as the extension point in core is released, refactor the code added in step 4.2 using the strategies in steps 1-3.
While it's not refactored, auto-upgrades are not supported, and the effort to update the project may be bigger and require more manual work.

## Example of resolving the error by renaming Private API entities
## Example of resolving the error by renaming private API entities

1. Give the method a unique name and copy it to the factory to fetch the business models. In the example, we add `Pyz` to its name, but you can use any other strategy. For example, you can prefix them with your project name.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The evaluator tool checks the following:

To learn more about the evaluator tool, see the following documents:

- [evaluator tool overview](/docs/scos/dev/guidelines/keeping-a-project-upgradable/evaluator-tool-overview.html)

- [Running the evaluator tool](/docs/scos/dev/guidelines/keeping-a-project-upgradable/running-the-evaluator-tool.html)


Expand Down

0 comments on commit 13be8ac

Please sign in to comment.