Skip to content

Commit

Permalink
Fixed bug with access_information in SDD editing
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWhittingham committed Nov 26, 2021
1 parent fd4e09f commit c0ac6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agsconfig/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
__author__ = "David Whittingham; Chris Blanchfield"
__copyright__ = "Copyright (C) 2019-2021 David Whittingham"
2 changes: 1 addition & 1 deletion agsconfig/services/service_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def save_a_copy(self, *paths):
"path": "./ItemInfo/AccessInformation",
"parent": {
"children": [{
"key": "AccessInformation"
"tag": "AccessInformation"
}]
}
}
Expand Down

0 comments on commit c0ac6c3

Please sign in to comment.