fix: unhide keystore field and add error correction that prevents ca-cert being filled and keystore being null #5030
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes a bug where you are unable to add a keystore pid when trying to use a optional ca-cert for eap-ttls and eap-peap.
Brief description of the PR. [e.g. Added
null
check onobject
to avoidNullPointerException
]Related Issue: This PR fixes/closes {issue number}
Description of the solution adopted: A more detailed description of the changes made to solve/close one or more issues. If the PR is simple and easy to understand this section can be skipped
Screenshots:
![image](https://private-user-images.githubusercontent.com/29900100/286477352-e47964f5-b8cc-4f88-a1b5-6d03eb224611.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTg1ODMsIm5iZiI6MTczOTU1ODI4MywicGF0aCI6Ii8yOTkwMDEwMC8yODY0NzczNTItZTQ3OTY0ZjUtYjhjYy00Zjg4LWExYjUtNmQwM2ViMjI0NjExLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE4MzgwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM3ZDMyNWUzZGQ0MGJjZmU1OGU4Y2U2NGExY2RjNTc1YjgzYTU1ODFlOWNlNGU0ZGYwZjA4NTk5NjczMGI5MGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.cqh8tsvfVSf1LepIWGtIaaJAvahhbA7EQogSufgnQEk)
![image](https://private-user-images.githubusercontent.com/29900100/286477386-bf67b76a-1a50-4939-8794-fb5c69bd0d8f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTg1ODMsIm5iZiI6MTczOTU1ODI4MywicGF0aCI6Ii8yOTkwMDEwMC8yODY0NzczODYtYmY2N2I3NmEtMWE1MC00OTM5LTg3OTQtZmI1YzY5YmQwZDhmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE4MzgwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRhMTEzOTc5NzE5MTI1ZTAxN2NhMWM0MDAzNWJkNDI4YTg0NTFlNzBjYWEyYWNiNzBmMTkxMGJhMjZkNDhlMDAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.S4IB7XxGsZLBh4MQoKXEZf03GOj0-AZj9R6Kz7rQMss)
Manual Tests: Optional description of the tests performed to check correct functioning of changes, useful for an efficient review
Any side note on the changes made: Description of any other change that has been made, which is not directly linked to the issue resolution [e.g. Code clean up/Sonar issue resolution]