Skip to content

add_forge_now: do not set a default forge type

Paul Wise requested to merge pabs/swh-web:afn-no-default-forge-type into master

Uses a hidden disabled selected option with an empty value to do this.

Prevents accidentally submitting forges as the first forge type, which is currently bitbucket, which is rarely used on the web.

The AFN submission API already rejects an empty forge type, giving a reasonably good error to the end-user.

Merge request reports