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
Describe the bug A clear and concise description of what the bug is.
To Reproduce Configure an entity widget like this:
{ "component": "NotesDashboard", "config": { "sinceDays": 28, "fromBeginningOfWeek": false, "mode": "with-recent-notes", "entity": "School" } }
Expected behavior This should list entities linked to "School" entities but it still shows "Children with new notes"
--> make properly work for any entity type.
also: We use "entityType" rather than "entity" for this kind of config property usually.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Configure an entity widget like this:
Expected behavior
This should list entities linked to "School" entities but it still shows "Children with new notes"
--> make properly work for any entity type.
also: We use "entityType" rather than "entity" for this kind of config property usually.
The text was updated successfully, but these errors were encountered: