-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-7579:Richtext: Rows are added to ezurl_object_link on every save #402
base: 1.3
Are you sure you want to change the base?
IBX-7579:Richtext: Rows are added to ezurl_object_link on every save #402
Conversation
Quality Gate passedIssues Measures |
eZ/Publish/Core/FieldType/Url/UrlStorage/Gateway/DoctrineStorage.php
Outdated
Show resolved
Hide resolved
The duplicate entries doesn't cause any harm besides performance and storage. |
69af424
to
c5e827d
Compare
@webhdx : Rebased on top of latest 1.3 branch ( was just 2 commits behind though ) |
c5e827d
to
54e2918
Compare
Quality Gate passedIssues Measures |
@webhdx : tmp commits removed |
eZ/Publish/Core/FieldType/Tests/Url/Gateway/DoctrineStorageTest.php
Outdated
Show resolved
Hide resolved
…y save: Changed unit test into integration test
c16dafe
to
1c1c742
Compare
eZ/Publish/Core/FieldType/Tests/Integration/Url/UrlStorage/UrlStorageGatewayTest.php
Outdated
Show resolved
Hide resolved
tests/integration/Core/FieldType/Url/UrlStorage/Gateway/UrlDoctrineStorageGatewayTest.php
Outdated
Show resolved
Hide resolved
eZ/Publish/Core/FieldType/Tests/Integration/Url/UrlStorage/UrlStorageGatewayTest.php
Outdated
Show resolved
Hide resolved
eZ/Publish/Core/FieldType/Tests/Integration/Url/UrlStorage/UrlStorageGatewayTest.php
Outdated
Show resolved
Hide resolved
eZ/Publish/Core/FieldType/Url/UrlStorage/Gateway/DoctrineStorage.php
Outdated
Show resolved
Hide resolved
eZ/Publish/Core/FieldType/Url/UrlStorage/Gateway/DoctrineStorage.php
Outdated
Show resolved
Hide resolved
eZ/Publish/Core/FieldType/Url/UrlStorage/Gateway/DoctrineStorage.php
Outdated
Show resolved
Hide resolved
…on every save: Changed unit test into integration test
…on every save: Changed unit test into integration test
…t_link on every save: Changed unit test into integration test
…l_object_link on every save: Changed unit test into integration test
Quality Gate passedIssues Measures |
Related PRs:
Description:
Makes it possible to get data from
ezurl_object_link
table. This is needed by richtext bundle in orderto avoid duplicate links entries to be added to table.
Corresponding richtext PR : ezsystems/ezplatform-richtext#242
For QA:
Documentation: