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
Fields in foreign lists do not load when the foreign list allows management of content types (affects cascading lookups, autocomplete, and lookup detail)
#73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
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: