-
Notifications
You must be signed in to change notification settings - Fork 58
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.
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
Report types listed in a modal @ report plugins #3718
base: main
Are you sure you want to change the base?
Conversation
Checklist for QA:
What works:Seems to work as expected. What doesn't work:n/a Bug or feature?:n/a |
<div class="dropdown-list" id="plugin-report-types"> | ||
<ul> | ||
{% for report_type in report_types %}<li>{{ report_type.name }}</li>{% endfor %} | ||
</ul> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be a modal / dialog element.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dropdown implementation currently follows something resembling the APG Menu Button Pattern. Are you sure it should be a Dialog instead? If so, why?
…/nl-kat-coordination into feature/report-plugins-enhacement
…feature/report-plugins-enhacement01~
…ture/report-plugins-enhacement
Quality Gate passedIssues Measures |
Changes
Added modal to list report types of report plugins.
Issue link
#3719
Closes #3719
Demo
QA notes
Run yarn dev or yarn build to see the changes. (clear cache needed maybe)
Code Checklist
.env
changes files if required and changed the.env-dist
accordingly.Checklist for code reviewers:
Copy-paste the checklist from the docs/source/templates folder into your comment.
Checklist for QA:
Copy-paste the checklist from the docs/source/templates folder into your comment.