We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the function create in ItemFactory wants the name of the item with the name of the area like: AreaName:ItemId.
I would change the entityRef with only the ItemId because the AreaName is already into the area variable that the function needs to work.
In this way using the function create will be more natural
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the function create in ItemFactory wants the name of the item with the name of the area like: AreaName:ItemId.
I would change the entityRef with only the ItemId because the AreaName is already into the area variable that the function needs to work.
In this way using the function create will be more natural
The text was updated successfully, but these errors were encountered: