Added the product group ID to the curator products wrester
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
added 1 commit
- 5b8b1759 - Update curator metadata.json with product group id
15 depends_on = None 16 17 old_json = """{ 18 "product_locator": "{{product_locator}}",{{#data_location}} 19 "data_location": "{{data_location}}",{{/data_location}} 20 "product_type": "{{product_type}}",{{#target_list}} 21 "target_list": ["{{target_list}}"],{{/target_list}} 22 "projectMetadata": { 23 "telescope": "{{telescope}}", 24 "projectCode": "{{projectCode}}" 25 } 26 } 27 """ 28 29 new_json = """{ 30 "product_group_id": "{{product_group_id}}" changed this line in version 4 of the diff
added 1 commit
- a6703741 - Removed product group id from wrester, added the input group locator to the metadata.json template
added 1 commit
- 84ed6abc - Fixed mustache formatting to make new fields conditional
mentioned in commit 4a6e9dab
Please register or sign in to reply