Skip to content
Snippets Groups Projects
Unverified Commit f721c625 authored by AsadAzam's avatar AsadAzam Committed by GitHub
Browse files

refactor: Refactor the program configuration string (#28696)

parent 28d29085
Branches
Tags
No related merge requests found
......@@ -450,7 +450,7 @@ class ProgramDiscussionsConfiguration(TimeStampedModel):
history = HistoricalRecords()
def __str__(self):
return f"ProgramDiscussionConfiguration(uuid='{self.uuid}', provider='{self.provider}', enabled={self.enabled})"
return f"Configuration(uuid='{self.program_uuid}', provider='{self.provider_type}', enabled={self.enabled})"
@classmethod
def is_enabled(cls, program_uuid) -> bool:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment