Describe the bug
VersionUrl field is not displayed correctly in Catlaog
To Reproduce
Steps to reproduce the behavior:
Create a contribution with capabilityA and version URL "source.com". Submit the contribution
Edit the contribution
See that version Url field is not populated.
Expected behavior
VersionUrl field is displayed.
Desktop (please complete the following information):
OS: MacOS
Browser Chrome
Additional context
In PUT / if_editable part of contribute.html page, value for VersionUrl field has filtered_list(["version", "url"]) . It should be filtered_list(["versionUrl"]).
Describe the bug VersionUrl field is not displayed correctly in Catlaog
To Reproduce Steps to reproduce the behavior:
Expected behavior VersionUrl field is displayed.
Desktop (please complete the following information):
Additional context In PUT / if_editable part of contribute.html page, value for VersionUrl field has filtered_list(["version", "url"]) . It should be filtered_list(["versionUrl"]).