Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Courteaud
slapos.core
Commits
350c59fb
Commit
350c59fb
authored
Nov 22, 2024
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_json_rpc_api: rename type information
parent
9f0cd54a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
master/bt5/erp5_json_rpc_api/DocumentTemplateItem/portal_components/document.erp5.JsonRpcAPITypeInformation.py
...tal_components/document.erp5.JsonRpcAPITypeInformation.py
+3
-3
master/bt5/erp5_json_rpc_api/DocumentTemplateItem/portal_components/document.erp5.JsonRpcAPITypeInformation.xml
...al_components/document.erp5.JsonRpcAPITypeInformation.xml
+2
-2
master/bt5/erp5_json_rpc_api/PortalTypeTemplateItem/portal_types/JSON%20RPC%20API%20Type.xml
...TypeTemplateItem/portal_types/JSON%20RPC%20API%20Type.xml
+1
-1
master/bt5/erp5_json_rpc_api/bt/template_document_id_list
master/bt5/erp5_json_rpc_api/bt/template_document_id_list
+2
-2
No files found.
master/bt5/erp5_json_rpc_api/DocumentTemplateItem/portal_components/document.erp5.
Open
APITypeInformation.py
→
master/bt5/erp5_json_rpc_api/DocumentTemplateItem/portal_components/document.erp5.
JsonRpc
APITypeInformation.py
View file @
350c59fb
...
...
@@ -322,11 +322,11 @@ class OpenAPIParameter(dict):
return
SchemaWithComponents
(
self
.
_schema
,
self
.
get
(
'schema'
,
{}))
class
Open
APITypeInformation
(
ERP5TypeInformation
):
class
JsonRpc
APITypeInformation
(
ERP5TypeInformation
):
"""
"""
portal_type
=
'
Open
API Type'
meta_type
=
'ERP5
Open
API Type'
portal_type
=
'
JSON RPC
API Type'
meta_type
=
'ERP5
JSON RPC
API Type'
# Default Properties
property_sheets
=
(
...
...
master/bt5/erp5_json_rpc_api/DocumentTemplateItem/portal_components/document.erp5.
Open
APITypeInformation.xml
→
master/bt5/erp5_json_rpc_api/DocumentTemplateItem/portal_components/document.erp5.
JsonRpc
APITypeInformation.xml
View file @
350c59fb
...
...
@@ -8,7 +8,7 @@
<dictionary>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
Open
APITypeInformation
</string>
</value>
<value>
<string>
JsonRpc
APITypeInformation
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
...
...
@@ -18,7 +18,7 @@
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
document.erp5.
Open
APITypeInformation
</string>
</value>
<value>
<string>
document.erp5.
JsonRpc
APITypeInformation
</string>
</value>
</item>
<item>
<key>
<string>
sid
</string>
</key>
...
...
master/bt5/erp5_json_rpc_api/PortalTypeTemplateItem/portal_types/JSON%20RPC%20API%20Type.xml
View file @
350c59fb
...
...
@@ -99,7 +99,7 @@
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
Open
APITypeInformation
</string>
</value>
<value>
<string>
JsonRpc
APITypeInformation
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
...
...
master/bt5/erp5_json_rpc_api/bt/template_document_id_list
View file @
350c59fb
document.erp5.OpenAPIService
document.erp5.OpenAPITypeInformation
\ No newline at end of file
document.erp5.JsonRpcAPITypeInformation
document.erp5.OpenAPIService
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment