Enable creation of new branch. Closes #312

This commit is contained in:
2025-04-20 22:51:43 +10:00
parent a61f5e9b97
commit b7ca768cc6
2 changed files with 7 additions and 2 deletions

View File

@@ -393,7 +393,7 @@ class HomeController extends Controller
->with('o',$o)
->with('page_actions',collect([
'copy'=>FALSE,
'create'=>FALSE,
'create'=>TRUE,
'delete'=>TRUE,
'edit'=>TRUE,
'export'=>TRUE,