mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03:30
fix id for app in act_stream
This commit is contained in:
@@ -38,9 +38,8 @@ from rest_framework.utils.serializer_helpers import ReturnList
|
||||
from polymorphic.models import PolymorphicModel
|
||||
|
||||
# AWX
|
||||
from awx.main.constants import SCHEDULEABLE_PROVIDERS, ANSI_SGR_PATTERN
|
||||
from awx.main.constants import SCHEDULEABLE_PROVIDERS, ANSI_SGR_PATTERN, ACTIVE_STATES, TOKEN_CENSOR
|
||||
from awx.main.models import * # noqa
|
||||
from awx.main.constants import ACTIVE_STATES, TOKEN_CENSOR
|
||||
from awx.main.models.base import NEW_JOB_TYPE_CHOICES
|
||||
from awx.main.access import get_user_capabilities
|
||||
from awx.main.fields import ImplicitRoleField
|
||||
|
||||
Reference in New Issue
Block a user