update config

This commit is contained in:
otxtan@gmail.com
2024-05-29 15:56:39 +07:00
parent 89e14fd49b
commit f190aaf589
2 changed files with 8 additions and 15 deletions

View File

@@ -1018,13 +1018,6 @@ class WorkflowTrigger(models.Model):
verbose_name=_("has this correspondent"),
)
filter_has_group = models.ManyToManyField(
Group,
null=True,
blank=True,
verbose_name=_("has these groups"),
)
class Meta:
verbose_name = _("workflow trigger")
verbose_name_plural = _("workflow triggers")