]> BookStack Code Mirror - bookstack/commit
Updated create routes to prevent slug clashes
authorDan Brown <redacted>
Sun, 25 Mar 2018 10:34:42 +0000 (11:34 +0100)
committerDan Brown <redacted>
Sun, 25 Mar 2018 10:34:42 +0000 (11:34 +0100)
commit1a9f6764164cb730399a47969d1c33099f1682b8
tree781185588dc2e414bfa04e6293671728cab0a112
parentdf1a3a0715fb724d32cc51c3008545424c38379e
Updated create routes to prevent slug clashes

Fixes #758
resources/views/books/create.blade.php
resources/views/books/index.blade.php
resources/views/books/show.blade.php
resources/views/chapters/create.blade.php
resources/views/chapters/form.blade.php
resources/views/pages/guest-create.blade.php
routes/web.php
tests/Entity/EntityTest.php
tests/Entity/PageDraftTest.php
tests/Permissions/RestrictionsTest.php
tests/Permissions/RolesTest.php