[IMP] Improve ospp_slide module
parent
2de29a5250
commit
50d1b021a6
|
@ -277,6 +277,7 @@ class ChannelInstance(models.Model):
|
||||||
rec.message = response.text
|
rec.message = response.text
|
||||||
if response.status_code == 200 and 'error' not in response.text:
|
if response.status_code == 200 and 'error' not in response.text:
|
||||||
rec.instance_created = False
|
rec.instance_created = False
|
||||||
|
rec.active = False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def name_get(self):
|
def name_get(self):
|
||||||
|
|
Loading…
Reference in New Issue