File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ TODOs:
117
117
- add model tests for typemap - just that we can set via full model updates
118
118
- support the DB vanishing for a while
119
119
- create an UpdateDefaultVersion func in resource.go to move it from http logic
120
- - support ?export /export
121
120
- support ximport
122
121
- support validating that xref points to the same resource def
123
122
- test xref more
@@ -150,5 +149,4 @@ TODOs:
150
149
- Split the model.verify stuff so it doesn't verify the data unless asked to
151
150
- make sure that setting capabilities.BOOL-attrs to 'true' fails if we don't
152
151
support it. Like pagination or enforcecompatibility
153
- - support/test ?inline, ?filter and ?export on write operations
154
152
- add support for shortself
Original file line number Diff line number Diff line change @@ -1406,7 +1406,7 @@ func HTTPPutPost(info *RequestInfo) error {
1406
1406
1407
1407
// URL: /
1408
1408
// ////////////////////////////////////////////////////////////////
1409
- if len ( info .Parts ) == 0 {
1409
+ if info .GroupType == "" {
1410
1410
// PUT /
1411
1411
1412
1412
err = ConvertRegistryContents (IncomingObj , info .Registry .Model )
You can’t perform that action at this time.
0 commit comments