Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Provisioning ObjectHandlers/objectlists.ts issue on GetFieldXml #197

Closed
arheom opened this issue Sep 14, 2016 · 1 comment
Closed

Provisioning ObjectHandlers/objectlists.ts issue on GetFieldXml #197

arheom opened this issue Sep 14, 2016 · 1 comment
Labels

Comments

@arheom
Copy link
Contributor

arheom commented Sep 14, 2016

Category

[ ] Enhancement

[X] Bug

[ ] Question

Description

The FieldXml element is not created correctly inside this method, because of a wrong placement of a line inside the GetFieldXml method (objectlists.ts file):
properties.push(${prop}="${value}");
should be moved outside of the if:
if (prop === "List") {
because now will only add the property if it is named List and should work with all properties. Once the line is added after the if from above, the Fields are getting provisioned.

Thanks!

@patrick-rodgers
Copy link
Contributor

Fixed in #200 and merged to dev

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants