Continue fleshing out project management system

This commit is contained in:
Alex Cabal 2024-12-16 14:56:10 -06:00
parent 657ecc68d4
commit 051e286a6d
19 changed files with 420 additions and 108 deletions

View file

@ -55,6 +55,16 @@ $reviewers = User::GetAllByCanReviewProjects();
</span>
</label>
<label>
<span>Automatically update status?</span>
<input type="hidden" name="project-is-status-automatically-updated" value="false" />
<input
type="checkbox"
name="project-is-status-automatically-updated"
<? if($project->IsStatusAutomaticallyUpdated){ ?>checked="checked"<? } ?>
/>
</label>
<label>
<span>VCS URL</span>
<input