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

[WIP] New User Fields #993

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

alexandreadames
Copy link
Contributor

Summary

Resolves #922

Relevant technical choices

QA Steps

Checklist

  • My code is tested and passes existing unit tests.
  • My code has an appropriate set of unit tests which all pass.
  • My code passes the linting.
  • My code has proper inline documentation.
  • I have manually tested this PR.

@alexandreadames alexandreadames added ADMIN comp:users User management. labels Apr 12, 2021
@alexandreadames alexandreadames self-assigned this Apr 12, 2021
import { ReferenceArrayInput } from '../../../components';

const Permissions = ({ record, save, resource }) => {
const permissions = record?.permissions.map((permission) => permission.id);
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <react/prop-types> reported by reviewdog 🐶
'record.permissions' is missing in props validation

import { ReferenceArrayInput } from '../../../components';

const Permissions = ({ record, save, resource }) => {
const permissions = record?.permissions.map((permission) => permission.id);
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <react/prop-types> reported by reviewdog 🐶
'record.permissions.map' is missing in props validation

@coveralls
Copy link

coveralls commented Jul 16, 2021

Coverage Status

Coverage remained the same at 67.399% when pulling b5874c4 on feature/admin/new-user-fields into 37c4d40 on master.

@mateus4k mateus4k marked this pull request as ready for review August 26, 2021 21:43
@mateus4k mateus4k marked this pull request as draft August 26, 2021 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADMIN comp:users User management.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Atualizar cadastro de usuário no ADMIN
3 participants