Search code examples
c#content-management-systemepiserver

Episerver: Sortable iList<string> not displaying correctly on Azure


I have a sortalbe ilist(string) displaying correctly locally:

enter image description here

However, this is NOT display correctly on integration. Instead it's displaying as tags?

enter image description here


Solution

  • This was resolved by removing:

    • Business\Descriptors\StringsEditorDescriptor.cs

    and by adding:

    • ClientResources\Scripts\Editors\ExtendedCollectionEditor.js
    • ClientResources\Scripts\Editors\extendedFormatters.js
    • ClientResources\Scripts\Editors\ExtendedPropertyList.js