Add popapp comparison report link to Reports. Add route and access to report. #248
This commit is contained in:
parent
01a1fe4a9a
commit
c695a1f9b2
3 changed files with 27 additions and 0 deletions
|
|
@ -290,6 +290,8 @@ access_keys:
|
|||
label: Rejection Report
|
||||
- id: report.battery.conflict
|
||||
label: Battery Conflict Report
|
||||
- id: report.popapp.comparison
|
||||
label: Popapp Comparison Report
|
||||
|
||||
- id: service
|
||||
label: Other Services
|
||||
|
|
|
|||
|
|
@ -27,3 +27,8 @@ rep_battery_conflict_submit:
|
|||
path: /report/battery_conflict
|
||||
controller: App\Controller\ReportController::batteryConflictSubmit
|
||||
methods: [POST]
|
||||
|
||||
rep_popapp_comp_form:
|
||||
path: /report/popapp_comparison
|
||||
controller: App\Controller\ReportController::popappComparisonForm
|
||||
methods: [POST]
|
||||
|
|
|
|||
|
|
@ -140,6 +140,26 @@
|
|||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="m-menu__item">
|
||||
<h3 class="m-menu__heading m-menu__toggle">
|
||||
<span class="m-menu__link-text">
|
||||
Other Reports
|
||||
</span>
|
||||
<i class="m-menu__ver-arrow la la-angle-right"></i>
|
||||
</h3>
|
||||
<ul class="m-menu__inner">
|
||||
<li class="m-menu__item " data-redirect="true" aria-haspopup="true">
|
||||
<a href="{{ url('rep_popapp_comp_form') }}" class="m-menu__link">
|
||||
<i class="m-menu__link-bullet m-menu__link-bullet--dot">
|
||||
<span></span>
|
||||
</i>
|
||||
<span class="m-menu__link-text">
|
||||
Popapp Comparison Report
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<!--
|
||||
<li class="m-menu__item">
|
||||
<h3 class="m-menu__heading m-menu__toggle">
|
||||
|
|
|
|||
Loading…
Reference in a new issue