Fixed issue #1406 - Exchange integration wizard fails if server does not support autodiscovery.
This commit is contained in:
parent
ef38800bae
commit
cb3506da03
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Integration::ExchangeController < ApplicationController
|
||||||
)
|
)
|
||||||
|
|
||||||
{
|
{
|
||||||
endpoint: client.autodiscover.ews_url,
|
endpoint: client.try(:autodiscover).try(:ews_url),
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue