mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
updated deprecated trigger for ms teams
This commit is contained in:
parent
787340b987
commit
832ccc6aa3
|
@ -113,6 +113,10 @@ class SlackSettingsForm extends Component
|
||||||
if($this->webhook_selected == 'microsoft' || $this->webhook_selected == 'google'){
|
if($this->webhook_selected == 'microsoft' || $this->webhook_selected == 'google'){
|
||||||
$this->webhook_channel = '#NA';
|
$this->webhook_channel = '#NA';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
public function updatedwebhookEndpoint() {
|
||||||
|
$this->teams_webhook_deprecated = !Str::contains($this->webhook_endpoint, 'workflows');
|
||||||
}
|
}
|
||||||
|
|
||||||
private function isButtonDisabled() {
|
private function isButtonDisabled() {
|
||||||
|
|
Loading…
Reference in a new issue