Skip to content

Draft: Implemetace logování změn smluv#126

Open
vpithart wants to merge 7 commits intomasterfrom
op/loggging
Open

Draft: Implemetace logování změn smluv#126
vpithart wants to merge 7 commits intomasterfrom
op/loggging

Conversation

@vpithart
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor Author

@vpithart vpithart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zatím nemergovat, vyhazuje to pětikilo v digisign webhooku.

// 7. Odstranit oneclick_auth (odkaz v e-mailu už nebude fungovat) /* migrace 2025 temporary */
$uzivatel->update(['oneclick_auth' => null]);

// 8. zalogovat, že smlouva byla podepsána
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zatím nemergovat. Tyhle 2 řádky vyhazujou 500 Internal Server Error a nejde to snadno debuggovat.

'poznamka' => $novaPoznamka
];
$Logger->logujInsert($new_data, 'Smlouva', $log);
$Logger->loguj('Smlouva', $smlouva->id, $log);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tohle je taky potřeba odzkoušet, viz 500 error vejš.

'Smlouva',
$log
);
$Logger->loguj('Smlouva', $smlouva->id, $log);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tady taky

'kdy_vygenerovano' => $now
];
$this->logger->logujInsert($new_data, 'Smlouva', $log);
$this->logger->loguj('Smlouva', $newId, $log);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tady to funguje - do logu zapisuje

@vpithart vpithart changed the title Implemetace logování změn smluv (počkat) Implemetace logování změn smluv Dec 18, 2024
@opth opth changed the title (počkat) Implemetace logování změn smluv Draft: Implemetace logování změn smluv Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant