{
    "object_kind": "push",
    "event_name": "push",
    "before": "db71eb88e76c7eb6265603f6ffc755a0004bedc0",
    "after": "1f2e313d9ef65307d1efdcabf33a729e863f3e2b",
    "ref": "refs\/heads\/production",
    "ref_protected": false,
    "checkout_sha": "1f2e313d9ef65307d1efdcabf33a729e863f3e2b",
    "message": null,
    "user_id": 48,
    "user_name": "Temesv\u00e1ri L\u00e1szl\u00f3",
    "user_username": "temesvarilaszlo",
    "user_email": null,
    "user_avatar": "https:\/\/www.gravatar.com\/avatar\/b8421d4d0fe8c02470943c3003f3c0fc319fff25bfe8f75ac53cd3ddba98bc82?s=80&d=identicon",
    "project_id": 151,
    "project": {
        "id": 151,
        "name": "crediapp",
        "description": "",
        "web_url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp",
        "avatar_url": null,
        "git_ssh_url": "git@git.dunahousedev.hu:crediapp\/crediapp.git",
        "git_http_url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp.git",
        "namespace": "CrediApp",
        "visibility_level": 0,
        "path_with_namespace": "crediapp\/crediapp",
        "default_branch": "main",
        "ci_config_path": "",
        "homepage": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp",
        "url": "git@git.dunahousedev.hu:crediapp\/crediapp.git",
        "ssh_url": "git@git.dunahousedev.hu:crediapp\/crediapp.git",
        "http_url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp.git"
    },
    "commits": [
        {
            "id": "d650cc8305501afac24629c82c5885729b86f528",
            "message": "Remove clientNeeds contractNumber, insuranceContractnumber,bondContractNumber fields and functions, because not use this module.\n",
            "title": "Remove clientNeeds contractNumber, insuranceContractnumber,bondContractNumber...",
            "timestamp": "2026-01-27T12:11:32+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/d650cc8305501afac24629c82c5885729b86f528",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [],
            "modified": [
                "App\/bigCore\/clientNeedsClass.php",
                "Sites\/Crediapp\/Modules\/clientNeeds\/Controllers\/clientNeedsMainController.php"
            ],
            "removed": []
        },
        {
            "id": "a738af524241f50444603dbe2a183ffa8428b55d",
            "message": "Remove contractNumber, insuranceContractnumber,bondContractNumber fields and functions, because not use in these modules. Will use only one filed in cases table (contractNumber) and show only Admins.\n",
            "title": "Remove contractNumber, insuranceContractnumber,bondContractNumber fields and...",
            "timestamp": "2026-01-27T13:07:14+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/a738af524241f50444603dbe2a183ffa8428b55d",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [],
            "modified": [
                "Sites\/Crediapp\/Modules\/clientNeeds\/Libs\/themesLib\/Default\/templateLib\/block.insuranceForm.tpl",
                "Sites\/Crediapp\/Modules\/clientNeeds\/Libs\/themesLib\/Default\/templateLib\/block.insuranceView.tpl",
                "Sites\/Crediapp\/Modules\/riportsRunner\/Preprocessors\/subCases.php",
                "Sites\/Crediapp\/Modules\/riportsRunner\/Preprocessors\/subManagement.php"
            ],
            "removed": []
        },
        {
            "id": "5a6086491b82f452516f2fc0ce83328c313263a4",
            "message": "Refactor contract number handling by moving it from clientNeedsAdditionalData to cases\n\n- Removed contractNumber, insuranceContractNumber and bondContractNumber columns from clientNeedsAdditionalData table\n- Added contractNumber column to cases table as VARCHAR(250), nullable, positioned after settlementDate\n- Implemented full rollback support to restore original columns and structure if needed\n- Consolidates contract number storage to the case level instead of client need additional data\n",
            "title": "Refactor contract number handling by moving it from clientNeedsAdditionalData to cases",
            "timestamp": "2026-01-27T13:19:57+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/5a6086491b82f452516f2fc0ce83328c313263a4",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [
                "db\/migrations\/20260127121348_remove_contract_numbers_from_client_needs_additional_data.php"
            ],
            "modified": [],
            "removed": []
        },
        {
            "id": "b562d01f80bf1583f349720a99481bb92df3e24e",
            "message": "Integrate contractNumber field into cases with conditional form and view handling\n\n- Added contractNumber column usage to cases edit and view flows\n- Loaded contractNumber from cases table into form field values\n- Added contractNumber input field to cases form\n- Displayed contractNumber field only when case status is successfully_closed\n- Fixed edit mode visibility by triggering status-based UI logic on form load\n- Ensured contractNumber is saved and reloaded correctly during case edit\n- Added contractNumber display to case view for successfully closed cases\n",
            "title": "Integrate contractNumber field into cases with conditional form and view handling",
            "timestamp": "2026-01-27T13:42:41+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/b562d01f80bf1583f349720a99481bb92df3e24e",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [],
            "modified": [
                "App\/bigCore\/casesClass.php",
                "Sites\/Crediapp\/Modules\/cases\/Controllers\/casesMainController.php",
                "Sites\/Crediapp\/Modules\/cases\/Libs\/jsLib\/autoLoad\/100_module.js",
                "Sites\/Crediapp\/Modules\/cases\/Libs\/themesLib\/Default\/templateLib\/module.form.tpl",
                "Sites\/Crediapp\/Modules\/cases\/Libs\/themesLib\/Default\/templateLib\/module.view.tpl"
            ],
            "removed": []
        },
        {
            "id": "8748443ae9a7797ab4f1353affc70d78aeb3a518",
            "message": "warn message commented\n",
            "title": "warn message commented",
            "timestamp": "2026-01-27T14:03:52+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/8748443ae9a7797ab4f1353affc70d78aeb3a518",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [],
            "modified": [
                "Libs\/jsLib\/autoLoad\/classes\/functions.js"
            ],
            "removed": []
        },
        {
            "id": "eb5a98df7490779369a36b33752997229100c2c1",
            "message": "bugfix translate compatible text\n",
            "title": "bugfix translate compatible text",
            "timestamp": "2026-01-27T14:23:49+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/eb5a98df7490779369a36b33752997229100c2c1",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [],
            "modified": [
                "Sites\/Crediapp\/Libs\/themesLib\/Default\/templateLib\/Components\/form.feedback.tpl"
            ],
            "removed": []
        },
        {
            "id": "3982688463cc625d71a3d98e888dae4501d149ff",
            "message": "Fix dynamic required handling for endOfCase field based on case status\n\n- Implemented dynamic required\/unrequired logic for the \"End of case\" field\n  when status changes to\/from \"successfully_closed\"\n- Switched from FormValidation instance handling to HTML required attribute\n  to ensure compatibility with Metronic + Select2\n- Added dynamic update of the required asterisk (*) on the field label\n- Cleared validation errors and messages when the field becomes optional again\n- Prevented Select2 status field from breaking during dynamic validation changes\n\nThis ensures consistent UX:\n- Required indicator updates immediately on status change\n- Validation works both on initial load and during live editing\n- No interference with Select2 or Metronic FormValidation internals\n",
            "title": "Fix dynamic required handling for endOfCase field based on case status",
            "timestamp": "2026-01-27T14:30:19+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/3982688463cc625d71a3d98e888dae4501d149ff",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [],
            "modified": [
                "App\/bigCore\/casesClass.php",
                "Sites\/Crediapp\/Modules\/cases\/Controllers\/casesMainController.php",
                "Sites\/Crediapp\/Modules\/cases\/Libs\/jsLib\/autoLoad\/100_module.js"
            ],
            "removed": []
        },
        {
            "id": "1f2e313d9ef65307d1efdcabf33a729e863f3e2b",
            "message": "Fix dynamic required handling for endOfCase field based on case status\n\n- Implemented dynamic required\/unrequired logic for the \"End of case\" field\n  when status changes to\/from \"successfully_closed\"\n- Switched from FormValidation instance handling to HTML required attribute\n  to ensure compatibility with Metronic + Select2\n- Added dynamic update of the required asterisk (*) on the field label\n- Cleared validation errors and messages when the field becomes optional again\n- Prevented Select2 status field from breaking during dynamic validation changes\n\nThis ensures consistent UX:\n- Required indicator updates immediately on status change\n- Validation works both on initial load and during live editing\n- No interference with Select2 or Metronic FormValidation internals\n",
            "title": "Fix dynamic required handling for endOfCase field based on case status",
            "timestamp": "2026-01-27T14:54:08+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/1f2e313d9ef65307d1efdcabf33a729e863f3e2b",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [
                "db\/migrations\/20260127121348_remove_contract_numbers_from_client_needs_additional_data.php"
            ],
            "modified": [
                "App\/bigCore\/casesClass.php",
                "App\/bigCore\/clientNeedsClass.php",
                "Libs\/jsLib\/autoLoad\/classes\/functions.js",
                "Sites\/Crediapp\/Libs\/themesLib\/Default\/templateLib\/Components\/form.feedback.tpl",
                "Sites\/Crediapp\/Modules\/cases\/Controllers\/casesMainController.php",
                "Sites\/Crediapp\/Modules\/cases\/Libs\/jsLib\/autoLoad\/100_module.js",
                "Sites\/Crediapp\/Modules\/cases\/Libs\/themesLib\/Default\/templateLib\/module.form.tpl",
                "Sites\/Crediapp\/Modules\/cases\/Libs\/themesLib\/Default\/templateLib\/module.view.tpl",
                "Sites\/Crediapp\/Modules\/clientNeeds\/Controllers\/clientNeedsMainController.php",
                "Sites\/Crediapp\/Modules\/clientNeeds\/Libs\/themesLib\/Default\/templateLib\/block.insuranceForm.tpl",
                "Sites\/Crediapp\/Modules\/clientNeeds\/Libs\/themesLib\/Default\/templateLib\/block.insuranceView.tpl",
                "Sites\/Crediapp\/Modules\/riportsRunner\/Preprocessors\/subCases.php",
                "Sites\/Crediapp\/Modules\/riportsRunner\/Preprocessors\/subManagement.php"
            ],
            "removed": []
        }
    ],
    "total_commits_count": 8,
    "push_options": [],
    "repository": {
        "name": "crediapp",
        "url": "git@git.dunahousedev.hu:crediapp\/crediapp.git",
        "description": "",
        "homepage": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp",
        "git_http_url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp.git",
        "git_ssh_url": "git@git.dunahousedev.hu:crediapp\/crediapp.git",
        "visibility_level": 0
    },
    "output": [
        "\/etc\/apache2\/sites-available\/temesvarilaszlo.crediapp.dunahousedev.hu.conf exists.",
        "\/etc\/apache2\/sites-available\/crediapp.dunahousedev.hu.conf exists.",
        "Saving debug log to \/var\/log\/letsencrypt\/letsencrypt.log",
        "Saving debug log to \/var\/log\/letsencrypt\/letsencrypt.log",
        "Fetching origin",
        "From git.dunahousedev.hu:crediapp\/crediapp",
        "   db71eb88e..1f2e313d9  production -> origin\/production",
        "HEAD is now at 398268846 Fix dynamic required handling for endOfCase field based on case status",
        "--OK--"
    ]
}