Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5c5eb995
authored
Aug 13, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix return value in BaseView class to ensure children are returned correctly
1 parent
c970a6cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
opensipkd/base/views/base_views.py
opensipkd/base/views/base_views.py
View file @
5c5eb99
...
@@ -229,6 +229,7 @@ class BaseView(object):
...
@@ -229,6 +229,7 @@ class BaseView(object):
for
k
,
v
in
value
.
items
():
for
k
,
v
in
value
.
items
():
if
type
(
v
)
in
(
colander
.
null
,
colander
.
_null
):
if
type
(
v
)
in
(
colander
.
null
,
colander
.
_null
):
value
[
k
]
=
""
value
[
k
]
=
""
return
children
d
=
{
d
=
{
"id"
:
field
.
oid
,
"id"
:
field
.
oid
,
"name"
:
field
.
name
,
"name"
:
field
.
name
,
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment