-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report: disable "Open report" button when UI is displayed from the controller #721
Comments
Testing controller version: ghcr.io/nethserver/nethsecurity-controller:0.0.25 |
Test case
|
Verified using controller version 0.0.25 |
The release of the "ns8-nethsecurity-controller" update has been suspended due to a compatibility issue identified between the new UI version 1.2.0 and the older version 1.1.0 still in use on many machines. The update would introduce the 1.2.0 version of the Nethsecurity UI. However, since a significant number of machines are still running version 1.1.0, there is a risk that users accessing these machines via an updated controller might encounter compatibility issues. Specifically, the frontend from version 1.2.0 might attempt to interact with APIs that do not exist in the 1.1.0 backend, potentially leading to errors or malfunctions. To prevent these issues, the release has been paused until a solution is found to ensure compatibility across the different versions in use. |
Here's the list of what to do to implement Version Awarness for the Controller:
|
QA (to be edited when PRs close):
|
Test case 1 on report button is verified. |
Tested with latest image: the error was present only if the "don't show again" option was never clicked. Verified |
Released version 1.0.0. |
"Open report" button in "Report" page is not working when unit UI is accessed from the controller, so the button has to be disabled and show an explanatory tooltip.
The text was updated successfully, but these errors were encountered: