-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
#208 issue. Master was not redirecting to `/masters` page after login in some cases. #208 (comment) this patch is made in this commit.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -23,75 +23,80 @@ public function __construct() | |||||||||||
*/ | ||||||||||||
public function index() | ||||||||||||
{ | ||||||||||||
$minutes = 1440;// 24 hours = 1440 minutes | ||||||||||||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
changeweb
Author
Owner
|
<a class="navbar-brand" href="{{ url('/home') }}" style="color: #000;"> | |
{{ (Auth::check() && (Auth::user()->role == 'student' || Auth::user()->role == 'teacher' || | |
Auth::user()->role == 'admin' || Auth::user()->role == 'accountant' || Auth::user()->role == | |
'librarian'))?Auth::user()->school->name:config('app.name') }} | |
</a> |
Another reason is the test is passing and the test doesn't lie, maybe we need the exact steps to reproduce what the user did
by the way, nice to writing to you! I hope you are really good at this new year
This comment has been minimized.
This comment has been minimized.
Sorry, something went wrong.
changeweb
Feb 21, 2020
Author
Owner
@JuanVqz Nice to hear from you too after a long time. Time passes so fast! I also wish you a happy new year.
Yes, tests are passing. The software needs to be updated regularly. But sadly I can't work on it right now. Hope we can make it more stable.
This comment has been minimized.
This comment has been minimized.
Sorry, something went wrong.
JuanVqz
Feb 21, 2020
Contributor
@changeweb, Thank you!
I'd like to work on it but I can't though
Happy path to you! 😎
Hi @changeweb!, Why did you do this?