3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-06 04:45:43 +00:00

Merge pull request #17209 from Godmartinz/saml_xml_update_bug

Fixed #17089: SAML metadata now updating with new XML uploads
This commit is contained in:
snipe
2025-06-23 16:40:35 +01:00
committed by GitHub
3 changed files with 26 additions and 13 deletions

View File

@ -924,7 +924,7 @@ class SettingsController extends Controller
* @since v5.0.0
*/
public function postSamlSettings(SettingsSamlRequest $request) : RedirectResponse
{
{
if (is_null($setting = Setting::getSettings())) {
return redirect()->to('admin')->with('error', trans('admin/settings/message.update.error'));
}