Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
netbox-awx-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ICS Control System Infrastructure
netbox-awx-plugin
Commits
cab15ecb
Commit
cab15ecb
authored
5 months ago
by
Fahrudin Halilovic
Browse files
Options
Downloads
Patches
Plain Diff
small fix
parent
acbb1a60
No related branches found
No related tags found
1 merge request
!1
Add support for Tags as AWX Groups with m2m-changed signal handling, including...
Pipeline
#199664
passed
5 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
netbox_awx_plugin/signals.py
+1
-1
1 addition, 1 deletion
netbox_awx_plugin/signals.py
with
1 addition
and
1 deletion
netbox_awx_plugin/signals.py
+
1
−
1
View file @
cab15ecb
...
@@ -59,7 +59,7 @@ def handle_group_pre_save(sender, instance, **kwargs):
...
@@ -59,7 +59,7 @@ def handle_group_pre_save(sender, instance, **kwargs):
@receiver
(
post_
sav
e
,
sender
=
[
Site
,
DeviceRole
,
DeviceType
,
Prefix
])
@receiver
(
post_
delet
e
,
sender
=
[
Site
,
DeviceRole
,
DeviceType
,
Prefix
,
Tag
])
def
handle_group_post_delete
(
sender
,
instance
,
**
kwargs
):
def
handle_group_post_delete
(
sender
,
instance
,
**
kwargs
):
"""
"""
Handles post-delete events for group-related models to remove AWX groups when objects are deleted.
Handles post-delete events for group-related models to remove AWX groups when objects are deleted.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment