Closed maljac closed 1 year ago
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
Hello,
it seems that web_access_rule_buttons throws a exception in certain situations.
Scenario: Use a non-admin user, create a new invoice and create a new line.* Result:
Possible Bug:
In the describe scenario, the value of
this.datarecord.id
ist a string with the valueone2many_v_id_642
.Solution: Check the type of
this.datarecord.id
in JS before making the call tocheck_access_rule_all
.