mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add a TagMergePost post-hook (#2010)
* Add a TagMergePost post-hook Introduce a post-hook for merging tags, call it in the merge path, as the last thing we do before returning.
This commit is contained in:
@@ -125,6 +125,7 @@ The following operations are supported:
|
||||
* `Create`
|
||||
* `Update`
|
||||
* `Destroy`
|
||||
* `Merge` (for `Tag` only)
|
||||
|
||||
Currently, only `Post` hook types are supported. These are executed after the operation has completed and the transaction is committed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user