Read Only Depends On not working for Child Fields

When I add a ‘Read Only Depends On’ on a child table field, it only works on the document I am currently In. However, when moving to the next, or previous document using theleft/right arrows, the condition does not work on the rows of the child table fields.

I tried using other methods like set_df_property on refresh event, but the same issue persists (when moving to next/previous document).

I want to make depends on works per row, and not the entire table. so toggle_enable does not serve my purpose. Any working solution.

I think this was fixed 2 weeks ago here

Was this backported to v15 too?

No it was not

Could it be backported to v15? as I was facing the issue since I upgraded to v15 around 1.5 years ago!

The bug only shows on the table UI, but when opening the row dialog, the read only depends on condition/ set_df_property are working perfectly fine!

This was also fixed here I think

Both of these PRs are queued for the backport now