]> BookStack Code Mirror - bookstack/commit
Fixed incorrect recents pages on homescreen
authorDan Brown <redacted>
Sat, 5 Mar 2016 22:54:53 +0000 (22:54 +0000)
committerDan Brown <redacted>
Sat, 5 Mar 2016 22:54:53 +0000 (22:54 +0000)
commit5e7a4c7fb51294a073d946974855401e86da33e1
tree0b6b6a2f2932c42b4629934df2b7811e4d4e45dc
parent76eaf64f945c822824fdc650893cabed8b3ec1d2
Fixed incorrect recents pages on homescreen

Fixed the bug causing the recently updated pages to be exaclty the same as the recently create pages.
Also added in tests to prevent regression.
app/Http/Controllers/HomeController.php
resources/views/home.blade.php
tests/EntityTest.php