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
dxatscale/sfpowerkit#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