When creating a new entry, and validation redirects back to the form, ensure our RDN readonly is preserved
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 27s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m22s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m33s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s

This commit is contained in:
2025-03-07 11:00:11 +11:00
parent 00a8350f1d
commit baf5acc01a
3 changed files with 13 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ class HomeController extends Controller
abort(599,$e->getDetailedError()->getErrorMessage());
}
// @todo To test and valide this Exception is caught
// @todo when we create an entry, and it already exists, enable a redirect to it
} catch (LdapRecordException $e) {
$request->flash();