You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 17/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1262,7 +1262,7 @@ Remove `u.UseInstallerEndpoints();` from the `program.cs` file to avoid issues w
1262
1262
1263
1263
**Update code using Angular JS**
1264
1264
1265
-
Angular JS has been removed in Umbraco 14. If you have extended your Umbraco project using Angular JS, it must be updated. for more information read the [Customize Backoffice](../../../../customizing/extend-and-customize-editing-experience.md) documentation.
1265
+
Angular JS has been removed in Umbraco 14. If you have extended your Umbraco project using Angular JS, it must be updated. for more information read the [Customize Backoffice](../../../../extending/build-on-umbraco-functionality.md) documentation.
1266
1266
1267
1267
**Deprecated property editors**
1268
1268
@@ -1601,7 +1601,7 @@ This is possible using Models Builder and through the inclusion of [core propert
1601
1601
1602
1602
Tonotbreakeverybody's sites (the results of queries are different when PVCs are enabled), we disabled these PVCs by default.
1603
1603
1604
-
Umbraco7.6.0alsocamewithnewpickersthatstoretheirdataasa [UDI (UmbracoIdentifier)](https://our.umbraco.com/Documentation/Reference/Querying/Udi). We wanted to simplify the use of these new pickers and by default we wanted PVC's to always be enabled for those pickers.
1604
+
Umbraco7.6.0alsocamewithnewpickersthatstoretheirdataasa [UDI (UmbracoIdentifier)](https://docs.umbraco.com/umbraco-cms/reference/querying/udi-identifiers). We wanted to simplify the use of these new pickers and by default we wanted PVC's to always be enabled for those pickers.
1605
1605
1606
1606
WenoticedthatsomenewpickersalsogottheirPVC's disabled when the configuration setting was set to false (`<EnablePropertyValueConverters>false</EnablePropertyValueConverters>`).
0 commit comments