fix: BUG-073 (broken imports), BUG-009 (contact folders id=None), BUG-014 (tags assign 500), BUG-016 (search performance use_ai), BUG-030 (user delete GRANT DELETE), BUG-052 (miniapps response), BUG-047 (approval_requests columns), BUG-037 (compliance refresh), prestart.sh GRANT DELETE
Check Cross-Plugin Imports / check (push) Has been cancelled
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
"file": "app/plugins/builtins/mail/plugin.py",
|
||||
"hook_name": "mail.after_delete"
|
||||
},
|
||||
{
|
||||
"file": "app/plugins/builtins/wiki/plugin.py",
|
||||
"hook_name": "wiki"
|
||||
},
|
||||
{
|
||||
"file": "app/plugins/builtins/contacts/plugin.py",
|
||||
"hook_name": "contact.after_create"
|
||||
@@ -67,6 +71,18 @@
|
||||
{
|
||||
"file": "app/plugins/builtins/calendar/plugin.py",
|
||||
"hook_name": "calendar_entry.after_delete"
|
||||
},
|
||||
{
|
||||
"file": "app/plugins/builtins/knowledge/plugin.py",
|
||||
"hook_name": "wiki.article.created"
|
||||
},
|
||||
{
|
||||
"file": "app/plugins/builtins/knowledge/plugin.py",
|
||||
"hook_name": "wiki.article.updated"
|
||||
},
|
||||
{
|
||||
"file": "app/plugins/builtins/knowledge/plugin.py",
|
||||
"hook_name": "knowledge"
|
||||
}
|
||||
],
|
||||
"triggers": [
|
||||
@@ -94,6 +110,14 @@
|
||||
"file": "app/routes/companies.py",
|
||||
"hook_name": "company.after_delete"
|
||||
},
|
||||
{
|
||||
"file": "app/ai/agent_loop.py",
|
||||
"hook_name": "agent.step"
|
||||
},
|
||||
{
|
||||
"file": "app/ai/agent_loop.py",
|
||||
"hook_name": "agent.step"
|
||||
},
|
||||
{
|
||||
"file": "app/services/contact_service.py",
|
||||
"hook_name": "contact.before_create"
|
||||
@@ -407,7 +431,24 @@
|
||||
"hook_name": "tag.after_delete"
|
||||
}
|
||||
],
|
||||
"orphan_registrations": [],
|
||||
"orphan_registrations": [
|
||||
{
|
||||
"file": "app/plugins/builtins/wiki/plugin.py",
|
||||
"hook_name": "wiki"
|
||||
},
|
||||
{
|
||||
"file": "app/plugins/builtins/knowledge/plugin.py",
|
||||
"hook_name": "wiki.article.created"
|
||||
},
|
||||
{
|
||||
"file": "app/plugins/builtins/knowledge/plugin.py",
|
||||
"hook_name": "wiki.article.updated"
|
||||
},
|
||||
{
|
||||
"file": "app/plugins/builtins/knowledge/plugin.py",
|
||||
"hook_name": "knowledge"
|
||||
}
|
||||
],
|
||||
"orphan_triggers": [
|
||||
{
|
||||
"file": "app/routes/companies.py",
|
||||
@@ -433,6 +474,14 @@
|
||||
"file": "app/routes/companies.py",
|
||||
"hook_name": "company.after_delete"
|
||||
},
|
||||
{
|
||||
"file": "app/ai/agent_loop.py",
|
||||
"hook_name": "agent.step"
|
||||
},
|
||||
{
|
||||
"file": "app/ai/agent_loop.py",
|
||||
"hook_name": "agent.step"
|
||||
},
|
||||
{
|
||||
"file": "app/services/contact_service.py",
|
||||
"hook_name": "contact.before_update"
|
||||
|
||||
Reference in New Issue
Block a user