mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Allow VCS URLs to be null in projects
This commit is contained in:
parent
d902074285
commit
7a3c7ad503
12 changed files with 94 additions and 36 deletions
|
@ -76,8 +76,6 @@ $areFieldsRequired = $areFieldsRequired ?? true;
|
|||
<input
|
||||
type="url"
|
||||
name="project-vcs-url"
|
||||
placeholder="https://github.com/..."
|
||||
pattern="^https:\/\/github\.com\/[^\/]+/[^\/]+/?$"
|
||||
autocomplete="off"
|
||||
value="<?= Formatter::EscapeHtml($project->VcsUrl ?? '') ?>"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue