Skip to content

Commit

Permalink
Make Object Description innerxml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarden committed Feb 2, 2021
1 parent 299a0ad commit 83352e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ type CustomObject struct {
Text string `xml:",chardata"`
} `xml:"deploymentStatus"`
Description *struct {
Text string `xml:",chardata"`
Text string `xml:",innerxml"`
} `xml:"description"`
EnableActivities *struct {
Text string `xml:",chardata"`
Expand Down

0 comments on commit 83352e6

Please sign in to comment.