Skip to content

fix(apigen): import model and collection types for collection-bound callable results - #106

Open
MrRoundRobin wants to merge 1 commit into
diegomvh:mainfrom
MrRoundRobin:patch-1
Open

fix(apigen): import model and collection types for collection-bound callable results#106
MrRoundRobin wants to merge 1 commit into
diegomvh:mainfrom
MrRoundRobin:patch-1

Conversation

@MrRoundRobin

Copy link
Copy Markdown

Callable.callableMethod() renders generated model and collection classes for structured callable return types. Collection.importTypes() only registers the underlying OData type, so generated collection classes reference undeclared *Model and *Collection symbols. Register the required companion return-type dependencies when generating collection classes.

Callable.callableMethod() renders generated model and collection classes for structured callable return types. Collection.importTypes() only registers the underlying OData type, so generated collection classes reference undeclared *Model and *Collection symbols. Register the required companion return-type dependencies when generating collection classes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant