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

Corrigindo bug de retorno das permissões do usuário #9

Conversation

Guilherme-Silva0
Copy link

Ao retornar o usuário, as permissões estavam indo como resposta em forma de texto no padrão normalize do php, alterei para que sejam retornadas em forma de objeto.

Copy link

@rigonlucas rigonlucas left a comment

Choose a reason for hiding this comment

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

confere o que disse nos comentários e for possível alterar

@@ -46,6 +46,12 @@ public function index()
'created_at',
'updated_at'
)->get();

foreach ($user as $key => $value) {
$user[$key]['permissions'] = unserialize($value['permissions']);

Choose a reason for hiding this comment

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

Aqui provavelmente é uma collection. Como está vando esta lista?

Choose a reason for hiding this comment

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

também é possível fazer isso no ORM.
No model tem o attribute que você pode fazer o cost
olha na doc

Copy link
Author

Choose a reason for hiding this comment

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

Aqui provavelmente é uma collection. Como está vando esta lista?

Essas permissions estão sendo salva no banco como uma string, elas estavam sendo mandadas diretamente sem transformar em objeto antes, mas quando eu tiver um tempinho irei dá uma olhada sim na doc.

Choose a reason for hiding this comment

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

Ta apravado
Antes de fechar confere isso
Pode madar um print do response

@Guilherme-Silva0 Guilherme-Silva0 merged commit 0193003 into SouJunior:develop Jul 2, 2024
@Guilherme-Silva0 Guilherme-Silva0 deleted the alterando-apresentacao-das-permissoes-do-usuario branch July 2, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Sprint Backlog - Developers
Development

Successfully merging this pull request may close these issues.

4 participants