Report access issue fixed
This commit is contained in:
parent
f53b600396
commit
07bbf62ba3
@ -795,57 +795,57 @@
|
||||
</a>
|
||||
<ul class="sub-menu">
|
||||
<li ui-sref-active="active">
|
||||
<a ui-sref="app.reports.studymaterial" ng-click="checkSuperAdmin()">
|
||||
<a ui-sref="app.reports.studymaterial" ng-click="checkAdmin()">
|
||||
<span class="title" translate="sidebar.nav.report.studmatstatus">Study Material Status</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ui-sref-active="active">
|
||||
<a ui-sref="app.reports.markcard" ng-click="checkSuperAdmin()">
|
||||
<a ui-sref="app.reports.markcard" ng-click="checkAdmin()">
|
||||
<span class="title" translate="sidebar.nav.report.mstatus">Mark Card Status</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ui-sref-active="active">
|
||||
<a ui-sref="app.reports.certificate" ng-click="checkSuperAdmin()">
|
||||
<a ui-sref="app.reports.certificate" ng-click="checkAdmin()">
|
||||
<span class="title" translate="sidebar.nav.report.certificate_status">Certificate Status</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ui-sref-active="active">
|
||||
<a ui-sref="app.reports.mark_certificate" ng-click="checkSuperAdmin()">
|
||||
<a ui-sref="app.reports.mark_certificate" ng-click="checkAdmin()">
|
||||
<span class="title" translate="sidebar.nav.report.certificate_mark_status">Markcard and Certificate Status</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ui-sref-active="active">
|
||||
<a ui-sref="app.reports.expense" ng-click="checkSuperAdmin()">
|
||||
<a ui-sref="app.reports.expense" ng-click="checkAdmin()">
|
||||
<span class="title" translate="sidebar.nav.report.expense">Expense Report</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ui-sref-active="active">
|
||||
<a ui-sref="app.reports.answer_booklets" ng-click="checkSuperAdmin()">
|
||||
<a ui-sref="app.reports.answer_booklets" ng-click="checkAdmin()">
|
||||
<span class="title" translate="sidebar.nav.report.answer_booklets">Answer Booklets Status Report</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ui-sref-active="active">
|
||||
<a ui-sref="app.reports.app_pending" ng-click="checkSuperAdmin()">
|
||||
<a ui-sref="app.reports.app_pending" ng-click="checkAdmin()">
|
||||
<span class="title" translate="sidebar.nav.report.app_pending">Application Pending Student List Report</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ui-sref-active="active">
|
||||
<a ui-sref="app.reports.doc_pending" ng-click="checkSuperAdmin()">
|
||||
<a ui-sref="app.reports.doc_pending" ng-click="checkAdmin()">
|
||||
<span class="title" translate="sidebar.nav.report.doc_pending">Document Pending Student List Report</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ui-sref-active="active">
|
||||
<a ui-sref="app.reports.wav_ref" ng-click="checkSuperAdmin()">
|
||||
<a ui-sref="app.reports.wav_ref" ng-click="checkAdmin()">
|
||||
<span class="title" translate="sidebar.nav.report.wav_ref">Waiver and Referal Report</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ui-sref-active="active">
|
||||
<a ui-sref="app.reports.examfee" ng-click="checkSuperAdmin()">
|
||||
<a ui-sref="app.reports.examfee" ng-click="checkAdmin()">
|
||||
<span class="title" translate="sidebar.nav.report.examfee">Exam Writing Fee Report</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ui-sref-active="active">
|
||||
<a ui-sref="app.reports.balfee" ng-click="checkSuperAdmin()">
|
||||
<a ui-sref="app.reports.balfee" ng-click="checkAdmin()">
|
||||
<span class="title" translate="sidebar.nav.report.balfee">Balance Fee Report</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user