mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
69432: Profile metadata form validation + notifications
This commit is contained in:
@@ -7,6 +7,7 @@ import { EPerson } from '../../../core/eperson/models/eperson.model';
|
||||
import { AppState } from '../../../app.reducer';
|
||||
import { getAuthenticatedUser, isAuthenticationLoading } from '../../../core/auth/selectors';
|
||||
import { MYDSPACE_ROUTE } from '../../../+my-dspace-page/my-dspace-page.component';
|
||||
import { getProfileModulePath } from '../../../app-routing.module';
|
||||
|
||||
/**
|
||||
* This component represents the user nav menu.
|
||||
@@ -36,6 +37,11 @@ export class UserMenuComponent implements OnInit {
|
||||
*/
|
||||
public mydspaceRoute = MYDSPACE_ROUTE;
|
||||
|
||||
/**
|
||||
* The profile page route
|
||||
*/
|
||||
public profileRoute = getProfileModulePath();
|
||||
|
||||
constructor(private store: Store<AppState>) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user