-
Notifications
You must be signed in to change notification settings - Fork 4
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
#405 - Laravel 11 upgrade #413
Conversation
# Conflicts: # database/migrations/2018_08_08_100000_create_telescope_entries_table.php
# Conflicts: # composer.json # composer.lock
# Conflicts: # composer.json # composer.lock
# Conflicts: # app/Http/Controllers/Api/LastUpdateController.php # app/Http/Controllers/VacationRequestController.php # routes/api.php
With last commit I removed rackbeat/laravel-ui-avatars. I replace it with really simple custom class. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EwelinaSkrzypacz |
On dev env I open app via http On beta env I do nothing - just I made deploy |
@EwelinaSkrzypacz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I deployed this branch to beta I noticed that I have role "administrator" but I didn't have any permissions to see things that admin should see, like "CV". But when I deployed branch main everything works as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I want to login into app (http://toby.blumilk.localhost/login) , I see error
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
In this PR I have:
This should close #405.