Input type ContentTypeFilter is supposed to support config.context option which enables fetching content types only in current context (only content types from application assigned to current site), see here.
However, in this mode we are using incorrect REST API GetAllContentTypesRequest. We should use GetContentTypesByApplicationRequest instead - send one request per application and then concatenate the results.
Input type ContentTypeFilter is supposed to support
config.context
option which enables fetching content types only in current context (only content types from application assigned to current site), see here.However, in this mode we are using incorrect REST API
GetAllContentTypesRequest
. We should useGetContentTypesByApplicationRequest
instead - send one request per application and then concatenate the results.Support ticket