Skip to content

Commit

Permalink
Merge pull request #5745 from nyaruka/claim-channels-readonly
Browse files Browse the repository at this point in the history
Read only servicing for channels claim
  • Loading branch information
rowanseymour authored Dec 16, 2024
2 parents d7aeadc + 59d4f47 commit 05fb0dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion temba/channels/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def __init__(self, channel_type):
class ClaimViewMixin(ChannelTypeMixin, OrgPermsMixin, ComponentFormMixin):
permission = "channels.channel_claim"
menu_path = "/settings/channels/new-channel"
readonly_servicing = False

class Form(forms.Form):
def __init__(self, **kwargs):
Expand Down

0 comments on commit 05fb0dc

Please sign in to comment.