Episerver:可排序的 iList<string> 在 Azure 上显示不正确
Episerver: Sortable iList<string> not displaying correctly on Azure
我有一个 sortalbe ilist(string) 在本地正确显示:
但是,这在集成时显示不正确。相反,它显示为标签?
已通过删除解决此问题:
- Business\Descriptors\StringsEditorDescriptor.cs
并添加:
- ClientResources\Scripts\Editors\ExtendedCollectionEditor.js
- ClientResources\Scripts\Editors\extendedFormatters.js
- ClientResources\Scripts\Editors\ExtendedPropertyList.js
我有一个 sortalbe ilist(string) 在本地正确显示:
但是,这在集成时显示不正确。相反,它显示为标签?
已通过删除解决此问题:
- Business\Descriptors\StringsEditorDescriptor.cs
并添加:
- ClientResources\Scripts\Editors\ExtendedCollectionEditor.js
- ClientResources\Scripts\Editors\extendedFormatters.js
- ClientResources\Scripts\Editors\ExtendedPropertyList.js