Merge branch 'ConstructionConsent/fix-owner-modal' into 'master'
fixed owner modal See merge request fronk/thetool!1378
This commit is contained in:
@@ -896,7 +896,7 @@ $pagination_entity_name = "Adressen";
|
||||
$("#newOwnerModelLabel").text("Besitzer bearbeiten");
|
||||
|
||||
$("#newOwnerModal").modal("show");
|
||||
|
||||
window.checkRequirements();
|
||||
}
|
||||
|
||||
function editContact(contact_id) {
|
||||
@@ -1195,6 +1195,7 @@ $pagination_entity_name = "Adressen";
|
||||
}
|
||||
}
|
||||
checkRequirements();
|
||||
window.checkRequirements = checkRequirements;
|
||||
|
||||
$('#company, #firstname, #lastname').on('input change', function() {
|
||||
checkRequirements();
|
||||
|
||||
@@ -15,8 +15,6 @@ class mfExceptionhandlerController {
|
||||
}
|
||||
|
||||
private function displayException() {
|
||||
var_dump($this->Exception);exit;
|
||||
|
||||
$template="mfExceptionhandler/mfExceptionhandler.cli";
|
||||
if(defined("mfUI") && mfUI!="cli") {
|
||||
$template="mfExceptionhandler/mfExceptionhandler.web";
|
||||
|
||||
Reference in New Issue
Block a user