mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Add help text to the ActivityStreamSerializer m2m relationship fields
This commit is contained in:
parent
d6e89092d3
commit
05cae23180
@ -4955,8 +4955,10 @@ class InstanceGroupSerializer(BaseSerializer):
|
||||
class ActivityStreamSerializer(BaseSerializer):
|
||||
|
||||
changes = serializers.SerializerMethodField()
|
||||
object_association = serializers.SerializerMethodField()
|
||||
object_type = serializers.SerializerMethodField()
|
||||
object_association = serializers.SerializerMethodField(
|
||||
help_text="When present, shows the field name of the role or relationship that changed.")
|
||||
object_type = serializers.SerializerMethodField(
|
||||
help_text="When present, shows the model on which the role or relationship was defined.")
|
||||
|
||||
@cached_property
|
||||
def _local_summarizable_fk_fields(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user