v0.1.1-alpha
Pre-release
Pre-release
·
13 commits
to master
since this release
Issue
Description:
- PageNotFound view component renders a 404 page content
Scenarios:
- If user has no access permission to an admin page, PageNotFound view component should be rendered
- If an admin page does not exist, PageNotFound view component should also be rendered
Bug:
- With the scenarios above, PageNotFound component should be rendered on the admin layout but the user is redirected to the home page instead
Fix:
- The PageNotFound view component is rendered if the user has no access permission to an existing view component or the view component does not exist
Improvement
- Refactor the
this.props.match.pathfor thepathandreferrerprops in the link and button components of the header and sidebar components