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: 15/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
@@ -1062,7 +1062,7 @@ Remove `u.UseInstallerEndpoints();` from the `program.cs` file to avoid issues w
1062
1062
1063
1063
**Update code using Angular JS**
1064
1064
1065
-
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.
1065
+
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/overview.md) documentation.
1066
1066
1067
1067
**Deprecated property editors**
1068
1068
@@ -1401,7 +1401,7 @@ This is possible using Models Builder and through the inclusion of [core propert
1401
1401
1402
1402
Tonotbreakeverybody's sites (the results of queries are different when PVCs are enabled), we disabled these PVCs by default.
1403
1403
1404
-
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.
1404
+
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.
1405
1405
1406
1406
WenoticedthatsomenewpickersalsogottheirPVC's disabled when the configuration setting was set to false (`<EnablePropertyValueConverters>false</EnablePropertyValueConverters>`).
0 commit comments