]> BookStack Code Mirror - bookstack/commit
Added command to copy shelf permissions
authorDan Brown <redacted>
Wed, 11 Dec 2019 21:21:19 +0000 (21:21 +0000)
committerDan Brown <redacted>
Wed, 11 Dec 2019 21:22:03 +0000 (21:22 +0000)
commit02af69ddf29e0a2d03cc3a8660bfca9a65175afc
treea017fa3f74bbbbf364b0609707341db7bb5b5081
parentcee4dccc5543a237710ea4d84653b8af1738121a
Added command to copy shelf permissions

Has options to run for all or to specify a slug for a specific shelf.

Closes #1091
app/Console/Commands/CopyShelfPermissions.php [new file with mode: 0644]
app/Entities/Repos/BookshelfRepo.php
tests/CommandsTest.php