-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
v15.1-rc - ' UMB_DOCUMENT_TYPE_FOLDER_ENTITY_TYPE' export has moved - breaking change? #17678
Comments
Hi there @KevinJump! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Thanks for letting us know.. We'll look into it |
Hi @KevinJump Thanks for informing us about this one. To prevent this ever happening again I took the time to make a test that ensures consts starting by Thanks in advance. |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
v15.1-rc
Bug summary
It looks like the export of the 'UMB_DOCUMENT_TYPE_FOLDER_ENTITY_TYPE' has been moved
and hence if you have extension code that imports the type it fails on v15.1 with the following :
Specifics
It looks like the export of the 'UMB_DOCUMENT_TYPE_FOLDER_ENTITY_TYPE' has been moved
and hence if you have extension code that imports the type it fails on v15.1 with the folllowing :
Steps to reproduce
On v15 extension code can import the
UMB_DOCUMENT_TYPE_FOLDER_ENTITY_TYPE
using:this doesn't work from v15.1-rc as the import has moved.
N.B: I can't test what the new value as is there is no published v15.1-rc version of the backend client package on npm?
existing client code built against v15 breaks because of this.
Expected result / actual result
client side extensions build against the v15 umbraco back office package should still work when running against v15.1 versions of Umbraco
This item has been added to our backlog AB#46666
The text was updated successfully, but these errors were encountered: