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

Migrate user-permissions-edit component to vue #18572

Merged
merged 747 commits into from Feb 9, 2022
Merged

Conversation

diosmosis
Copy link
Member

@diosmosis diosmosis commented Jan 5, 2022

Description:

This PR is based off of #18566.

Changes:

  • Migrate user permissions edit component.
  • Allow returning jquery request handle from AjaxHelper.

image

Review

@diosmosis diosmosis added the Needs Review PRs that need a code review label Feb 2, 2022
@diosmosis diosmosis marked this pull request as ready for review February 2, 2022 15:00
Copy link
Contributor

@peterhashair peterhashair left a comment

Choose a reason for hiding this comment

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

overall looks good to me, just one thing, not sure we need to fix it, when saving details after the password confirm modal appears, the autofill password plugin will change the email field in the background to an auto-filled username, which will lead to an error.

Maybe the confirm popup appears in background fields should be read-only to prevent auto-fill.

@diosmosis
Copy link
Member Author

@peterhashair by "autofill password plugin" do you mean a matomo plugin or a browser extension? Can you provide a link to it?

@peterhashair
Copy link
Contributor

@diosmosis browser extension. Like bitwarden or chrome password autofill. I think it trying to fill 2 fields, username, password. The popup only has the password field, so it changed the field behind the popup confirm.

@diosmosis
Copy link
Member Author

@peterhashair that's interesting, thanks, I'll disable the inputs as you suggest.

@diosmosis
Copy link
Member Author

@peterhashair fixed in #18576 where the relevant angularjs code is migrated

Copy link
Member

@sgiehl sgiehl left a comment

Choose a reason for hiding this comment

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

lgtm

@sgiehl sgiehl merged commit c0a1767 into 4.x-dev Feb 9, 2022
@sgiehl sgiehl deleted the vue-usersmanager-2 branch February 9, 2022 17:30
@justinvelluppillai justinvelluppillai changed the title [Vue] migrate user-permissions-edit component to vue Migrate user-permissions-edit component to vue Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants