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 edit form directive to Vue component #18576

Merged
merged 773 commits into from Feb 10, 2022
Merged

Conversation

diosmosis
Copy link
Member

@diosmosis diosmosis commented Jan 6, 2022

Description:

This PR is based off of #18572.

Changes:

  • Add default value for postParams argument in AjaxHelper.post().
  • Migrate usereditform directive to UserEditForm vue component.
  • Change name of event in user permission edit vue component.

image

Review

…d new polyfill + try to fix random test failure
@diosmosis diosmosis added the Needs Review PRs that need a code review label Feb 3, 2022
@diosmosis diosmosis marked this pull request as ready for review February 3, 2022 12:10
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.

Looks good to me, just an error on the checkFilesDoNotHaveWeirdSpaces.

plugins/UsersManager/vue/dist/UsersManager.umd.js contains an unusual space character, please remove it from here: ...Node"])("p", null, " ", -1);

I think is here cause of the error, fixed in here #18527 about to merge.

@diosmosis
Copy link
Member Author

diosmosis commented Feb 10, 2022

@peterhashair found a way to ignore   in vue here: #18770

@diosmosis
Copy link
Member Author

Updated screenshots, since the   issue is fixed in two other PRs, will merge this if the build passes.

@diosmosis diosmosis merged commit f82326b into 4.x-dev Feb 10, 2022
@diosmosis diosmosis deleted the vue-usersmanager-3 branch February 10, 2022 21:25
@justinvelluppillai justinvelluppillai changed the title [Vue] migrate user edit form directive to Vue component Migrate user edit form directive to Vue component Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do not close PRs with this label won't be marked as stale by the Close Stale Issues action 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