[
https://issues.apache.org/jira/browse/FINCN-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16664191#comment-16664191
]
ASF GitHub Bot commented on FINCN-95:
-------------------------------------
awasum closed pull request #8: Fixing issue FINCN-95:Fineract CN Group Finance
top nav bar
URL: https://github.com/apache/fineract-cn-group-finance/pull/8
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/src/app/main/main.component.html b/src/app/main/main.component.html
index c9d513c..8b687fc 100644
--- a/src/app/main/main.component.html
+++ b/src/app/main/main.component.html
@@ -51,7 +51,7 @@
<mat-icon>arrow_drop_down</mat-icon>
</button>
<mat-menu #report="matMenu">
- <a mat-menu-item [routerLink]="['/reports']">Member</a>
+ <a mat-menu-item [routerLink]="['/customers']">Member</a>
<a mat-menu-item [routerLink]="['/deposits']">Deposit</a>
</mat-menu>
@@ -66,7 +66,7 @@
<button mat-menu-item [routerLink]="['/employees']">Users</button>
<button mat-menu-item [routerLink]="['/teller']">Teller</button>
<button mat-menu-item
[routerLink]="['/roles']">Roles/Permissions</button>
- <button mat-menu-item
[routerLink]="['/navbar/admin/products']">Products</button>
+ <button mat-menu-item [routerLink]="['/loans']">Products</button>
</mat-menu>
</li>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Fineract CN Group Finance top nav bar
> -------------------------------------
>
> Key: FINCN-95
> URL: https://issues.apache.org/jira/browse/FINCN-95
> Project: Fineract Cloud Native
> Issue Type: Bug
> Components: fineract-cn-group-finance
> Reporter: Kelvin Ikome
> Assignee: Cabrel Kemfang
> Priority: Minor
>
> On the top nav bar...
> # Group routes to “Centers” view from “Clients” dropdown
> # Center routes to “QuickAccess” view from “Clients” dropdown
> # No routerLink for “Accounting”
> # Router links for both member and deposit in “Reports” dropdown not working
> # Operator user doesn’t seem to have access to Teller and products in the
> “Admin” dropdown (this one might not be a bug)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)