-
Task
-
Resolution: None
-
L3 - Default
-
None
-
None
Milestone (pre-alpha, alpha, finished release)
alpha or finished release
Estimated Complexity
structural complexity, Angular Integration needs more thought
Description
With CAM-11435, we no longer have backend-magicâ„¢ to check our licenses before rendering a component.
We need to check if the user has a valid license first
Possible Solution
For React-components:
- Add a wrapper component (similar to AngularApp) which checks the license before mounting the components
For Angular-components:
This will be harder. Possible solutions I can think of right now:
- Handle it on a URL-level. This way we have 'licensed only' routes, but all added features in other routes still work
- Check license before registering Angular Plugins. This way, EE without a license looks mostly like CE and has no 'enter license' Dialogues
This is the controller panel for Smart Panels app
- is related to
-
CAM-12455 User not able to access batch operation menu
- Closed