rokwire / rokwire-building-blocks-api

Source code repository of the Rokwire App Config, Authentication, Events, Profile, and Logging Building Blocks, and Authentication Middleware Library.
Apache License 2.0
3 stars 4 forks source link

[BUG] VersionUrl field not displayed correctly in catalog #1056

Closed minump closed 1 year ago

minump commented 1 year ago

Describe the bug VersionUrl field is not displayed correctly in Catlaog

To Reproduce Steps to reproduce the behavior:

  1. Create a contribution with capabilityA and version URL "source.com". Submit the contribution
  2. Edit the contribution
  3. See that version Url field is not populated.

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"]).

minump commented 1 year ago

merged to release1.17.0 branch. Closing this issue.