web2py / py4web

Other
244 stars 126 forks source link

Fix issue with get_parent used in htmx integration #895

Closed jpsteil closed 1 month ago

jpsteil commented 1 month ago

Fixed field in get_parent method. Needs to be a string when testing for &.

Also removed some left over print statements I'm guessing were used for debugging.