3.0.0 • Published 1 year ago

@mdapi-issues/listmetadata-standardvaluesettranslation-type v3.0.0

Weekly downloads
194
License
MIT
Repository
github
Last release
1 year ago

listmetadata-standardvaluesettranslation-type

Minimal working example to demonstrate a bug in listMetadata where the FileProperties for StandardValueSetTranslation have a broken type property

Actions Status

Steps to reproduce the issue

Create a scratch org with the Translation Workbench enabled

sf org create scratch -f config/project-scratch-def.json --set-default

push some translation for a StandardValueSet (here: StandardValueSetTranslation:LeadSource-de)

sf project deploy start

list StandardValueSetTranslations using listMetadata

sf org list metadata -m StandardValueSetTranslation
- actual
+ expected
[
  {
    "createdById": "005P00000063pPzIAI",
    "createdByName": "User User",
    "createdDate": "1970-01-01T00:00:00.000Z",
    "fileName": "standardValueSetTranslations/LeadSource-de.standardValueSetTranslation",
    "fullName": "LeadSource-de",
    "id": "",
    "lastModifiedById": "005P00000063pPzIAI",
    "lastModifiedByName": "User User",
    "lastModifiedDate": "1970-01-01T00:00:00.000Z",
    "namespacePrefix": "",
-    "type": { "$": { "xsi:nil": "true" } }
+    "type": "StandardValueSetTranslation"
  }
]
3.0.0

1 year ago

2.0.2

3 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago