mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
adds # to webhook channel trigger
This commit is contained in:
parent
ed06f32a7a
commit
8a5b469ff8
|
@ -80,12 +80,12 @@ class SlackSettingsForm extends Component
|
|||
$this->webhook_botname = $this->setting->webhook_botname;
|
||||
$this->webhook_options = $this->setting->webhook_selected;
|
||||
if($this->webhook_selected == 'microsoft' || $this->webhook_selected == 'google'){
|
||||
$this->webhook_channel = null;
|
||||
$this->webhook_channel = '#NA';
|
||||
}
|
||||
|
||||
|
||||
if($this->setting->webhook_endpoint != null && $this->setting->webhook_channel != null){
|
||||
$this->isDisabled= '#NA';
|
||||
$this->isDisabled= '';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue