Aman-Mittal commented on code in PR #535:
URL:
https://github.com/apache/fineract-backoffice-ui/pull/535#discussion_r3966695641
##########
src/app/features/security/security.routes.ts:
##########
@@ -72,4 +72,11 @@ export const SECURITY_ROUTES: Routes = [
loadComponent: () =>
import('./audit-logs/audit-logs-list.component').then((m) =>
m.AuditLogsListComponent),
},
+ {
+ // Leftover bookmarks and docs used this path. Without an alias the
catch-all
+ // dumped people on the dashboard with no explanation.
Review Comment:
Add playwrite tests for it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]