Skip to content

Commit

Permalink
Fixed issue with property de/serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWhittingham committed Nov 19, 2021
1 parent 3339d39 commit a54c878
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions agsconfig/services/wfs_server_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,12 @@ def __init__(self, editor):

provider_site = EditorProperty(
{
"conversions": [
{"id": "noneToEmptyString"}
],
"formats": {
"agsJson": {
"conversions": [
{"id": "noneToEmptyString"}
],

"paths": [
{ #yapf:disable
"document": "main",
Expand All @@ -260,9 +261,6 @@ def __init__(self, editor):
]
},
"sddraft": {
"conversions": [
{"id": "noneToEmptyString"}
],
"paths": [
{ #yapf:disable
"path": lambda extension_name: "./Configurations/SVCConfiguration/Definition/Extensions/SVCExtension[TypeName='{0}']/Props/PropertyArray/PropertySetProperty[Key='providerSite']/Value".format(extension_name)
Expand Down

0 comments on commit a54c878

Please sign in to comment.