You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll be adding a submit new licenses option in spdx-license-diff. This will try to populate some of the fields on the submit_new_license page. While there is a character limit for URIs, it'd be helpful for me to pass the request in a get request to prepopulate the fields that will already be available. I could also do a post request to prepopulate if that helps.
My understanding is that django can enable this fairly easily. Looking at the current form, I'd only prepopulate:
sourceUrl
text
comments
The text was updated successfully, but these errors were encountered:
I'll be adding a submit new licenses option in spdx-license-diff. This will try to populate some of the fields on the submit_new_license page. While there is a character limit for URIs, it'd be helpful for me to pass the request in a get request to prepopulate the fields that will already be available. I could also do a post request to prepopulate if that helps.
My understanding is that django can enable this fairly easily. Looking at the current form, I'd only prepopulate:
The text was updated successfully, but these errors were encountered: