Fields in foreign lists do not load when the foreign list allows management of content types (affects cascading lookups, autocomplete, and lookup detail)
#73
Closed
mcsheaj opened this issue
Apr 21, 2018
· 2 comments
When adding an adapter that needs to load fields from another list, like cascading lookups, the fields are not loaded correctly if the other list allows management of content types.
This is caused by appending ContentType={guid} with the guid of the currently selected content type to all calls for list context. This makes sense when loading fields for the current list, but not for any other list.
The text was updated successfully, but these errors were encountered:
When adding an adapter that needs to load fields from another list, like cascading lookups, the fields are not loaded correctly if the other list allows management of content types.
This is caused by appending ContentType={guid} with the guid of the currently selected content type to all calls for list context. This makes sense when loading fields for the current list, but not for any other list.
The text was updated successfully, but these errors were encountered: