-
Bug
-
Resolution: Done
-
Minor
-
1.3.0
-
1
-
False
-
-
False
-
RHIDP-4706 - Ability to add a global Floater button
-
-
Enhancement
-
In Progress
-
-
-
RHDH F&UI plugins 3263, RHDH F&UI plugins 3264, RHDH F&UI plugins 3266, RHDH F&UI plugins 3269
Description of problem:
While the upstream home plugin supports the top visited and latest visited feature, the dynamic home page plugin doesn't support it in 1.3.x.
It was never official announced or documented, but it would be nice to support all features from the upstream.
Steps to Reproduce
- Setup RHDH with 1.3.0
- Configure the home page in your app-config:
dynamicPlugins: frontend: janus-idp.backstage-plugin-dynamic-home-page: mountPoints: - mountPoint: home.page/cards importName: TopVisitedCard - mountPoint: home.page/cards importName: RecentlyVisitedCard
Actual results:
Both cards shows an error:
NotImplementedError
No implementation available for apiRef{homepage.visits}
Expected results:
Both cards should show the top and recently visited pages from the current user.
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
1.3.0
Additional info (Such as Logs, Screenshots, etc):
None