Skip to content
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

Add checkbox state to fix issue #134

Merged
merged 3 commits into from
Jul 30, 2021
Merged

Add checkbox state to fix issue #134

merged 3 commits into from
Jul 30, 2021

Conversation

PushpenderSaini0
Copy link
Contributor

Fixes #132
I add a checkbox state.

+ hidePassword: network.password.length !== 0 && checkbox

this is the main logic used to fix the bug !

How it works

we want to set hidePassword to false when we set encryption from none --> WEP/WPA
for this i check the password length , if it's zero it will suggest we moved from none --> WEP/WPA

but this logic will set hidePassword to true when length is not 0 and we move from WPA --> WEP or other way
hence we also need to add a check if the checkbox is selected or not !

Preview

demo

@AhmedElTabarani AhmedElTabarani mentioned this pull request Jul 29, 2021
@PushpenderSaini0
Copy link
Contributor Author

I updated the implementation to use network.hidePassword and also re based with master to resolve conflicts.

Copy link
Owner

@bndw bndw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @PushpenderSaini0 thanks for the patch! I've checked this out locally and while it does resolve the bug, I think the only necessary changes are line adding the checked attribute and setting hidePassword: false for the None encryption mode.

If you'd remove the changes to line :191 and :202, I'd be happy to merge

@PushpenderSaini0 PushpenderSaini0 requested a review from bndw July 30, 2021 04:27
@bndw bndw merged commit d240bc3 into bndw:master Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'None' Encryption disable Checkbox of 'Hide password field before printing'
2 participants