Opened 10 years ago
Closed 10 years ago
#123 closed enhancement (fixed)
Support per instance hooks
| Reported by: | Christian Illy | Owned by: | Christian Illy |
|---|---|---|---|
| Priority: | minor | Component: | Scripts |
| Keywords: | Cc: |
Description
In addition to checking for global hooks in BASE/hooks also check in BASE/instances/<inst>/hooks/.
Pass same parameters as this way a hook would work on both global level and per instance (if it is written in a way to support multiple instances at all).
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Added instance-local hooks in addition to global hooks as well as updating the documentation.