Skip to content

Commit 0f2a721

Browse files
committed
fixed get_parent
1 parent aa202ba commit 0f2a721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py4web/utils/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ def parse_referrer(r):
13501350
return url
13511351

13521352

1353-
def get_parent(path, parent_field):
1353+
def get_parent(parent_field):
13541354
"""
13551355
try to find the parent id for a parent/child table relationship
13561356

0 commit comments

Comments
 (0)