forked from mirror/Part-DB.Part-DB-server
Added a tab "Build" to project info page, where you can see how often you can build this project.
This commit is contained in:
parent
6423e52092
commit
76ec63e760
10 changed files with 386 additions and 2 deletions
|
@ -29,6 +29,9 @@ class ProjectBuildPartHelper
|
|||
//Add a tag to the part that indicates that it is a build part
|
||||
$part->setTags('project-build');
|
||||
|
||||
//Associate the part with the project
|
||||
$project->setBuildPart($part);
|
||||
|
||||
return $part;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue