0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-18 06:11:03 +00:00

Updated existing image tests to reflect changes

- Also added some new tests
This commit is contained in:
Dan Brown 2019-05-04 18:11:00 +01:00
parent 79f6dc00a3
commit 8c190324ac
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
7 changed files with 146 additions and 92 deletions
app/Http/Controllers

View file

@ -98,7 +98,6 @@ class UserController extends Controller
$this->userRepo->setUserRoles($user, $roles);
}
// TODO - Check this uses new profile assignment
$this->userRepo->downloadAndAssignUserAvatar($user);
return redirect('/settings/users');