Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
@rofe @auniverseaway please have a look, we introduced |
|
@mhaack can you add a test clarifying the intended behavior? |
that change was intentional: the assumption was that if an edit URL is provided by the backend, it should supercede the config pattern. |
Ok my change would do the opposite. Customers (DA) want to overwrite the edit URL provided by the backend, for example to open UE directly instead of the doc based editor. |
|
@rofe added as test as well |
## [7.28.2](v7.28.1...v7.28.2) (2026-02-25) ### Bug Fixes * usage of contentSourceEditPattern ([#804](#804)) ([e667151](e667151))
|
🎉 This PR is included in version 7.28.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
A configured custom edit url should always be used first.
Related Issue
fix: #803