Ticket #70 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

xexec operation type and nesting

Reported by: niam Owned by: niam
Priority: normal Milestone: 0.13.0
Component: Version:
Severity: major Keywords:
Cc:

Description

If methods of the caller object affected by xexec hooks might be called in a hook then operation type will be overwritten. For instance, if in pre-exec hook method of the caller object will invoke another method that will overwrite operation type, the post-exec hook of former caller will receive wrong operation type.

Hook should receive operation type as a function argument.

Change History

comment:1 Changed 2 years ago by niam

  • Status changed from new to assigned

comment:2 Changed 2 years ago by niam

  • Status changed from assigned to closed
  • Resolution set to fixed

(In [f9ff4b609fb8825e71b80b0e4c6c328bd901f449]) {issue #70[fixed]} xexec hooks get operation type as a function argument

Note: See TracTickets for help on using tickets.