OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

Allow invariant type/part definition lookup in ContentDefinitionManager

Open MikeAlhayek opened this issue 1 year ago • 2 comments

Fix #12101

MikeAlhayek avatar Jul 26 '22 21:07 MikeAlhayek

Not sure if this request might add breaking changes on instantiating type systems are case sensitive - in C# event and Event can be represented differently and technical names are tied to C# types

ns8482e avatar Aug 07 '22 04:08 ns8482e

Not sure if this request might add breaking changes on instantiating type systems are case sensitive - in C# event and Event can be represented differently and technical names are tied to C# types

The line prevent the user from creating the name using UI. The good news is that this isn’t going to be a breaking change. It’s more of making all the rules the same :)

MikeAlhayek avatar Aug 08 '22 22:08 MikeAlhayek