mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 23:34:48 -04:00
Allow projects to auto-assign managers and reviewers
This commit is contained in:
parent
e51cc4395e
commit
4596aeb007
12 changed files with 116 additions and 21 deletions
|
@ -17,6 +17,7 @@ try{
|
|||
// POSTing a new `Project`.
|
||||
if($httpMethod == Enums\HttpMethod::Post){
|
||||
$project = new Project();
|
||||
|
||||
$project->FillFromHttpPost();
|
||||
|
||||
$project->Create();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue