Project

Profile

Help

Issue #6049

Updated by ipanova@redhat.com about 4 years ago

This may be a bindings issue, but after migrating a pulp2 repository, the 'pulp3_distribution_hrefs' and the 'pulp3_publication_href' does not seem to be serialized properly. They both appear as a serialized json array string: 

 

 "\[\\"/pulp/api/v3/distributions/file/file/e1fbefc4-bd25-42cb-a160-9b3b7a72eff4/\\"\]" 

 

 when i'd expect it to be de-serialized: 

 

 \["/pulp/api/v3/distributions/file/file/e1fbefc4-bd25-42cb-a160-9b3b7a72eff4/"\] 

 

 also, is pulp3_publication_href supposed to be an array? its showing as an array, but the attribute name is singular: 

 

 "\[\\"/pulp/api/v3/publications/file/file/ecfc2157-2a3f-47d6-9835-6e89ba6c2f2b/\\"\]" 
 

Back