sfdx force:source:manifest:create --fromorg retrieving wrong Layout names when they are packaged
Open
bug
owned by another team
- Dominant language
- No language data
- Stars
- 571
- Forks
- 80
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 3
Description
**sfdx force:source:manifest:create --fromorg** retrieving wrong Layout names when they are packaged
This is exactly the same bug than the following, the namespace is missing when the layout is related to a managed package object
https://github.com/dxatscale/sfpowerkit/pull/226
Example:
Generated manifest contains:
` sofactoapp__Factures_Client__c-Sofacto_Facture_PL_v3`
Manifest should contain:
`sofactoapp__Factures_Client__c-sofactoapp__Sofacto_Facture_PL_v3`
cc @mamasse19
Contributor guide
Assessment
This issue has not been assessed yet.