-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T&A 41629: Fix handling of deleted global templates #8338
T&A 41629: Fix handling of deleted global templates #8338
Conversation
… property initialization and showing failure message (41629)
Hi @kergomard and @thojou, please discuss which one of you review this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for the PR @lukas-heinrich !
This is partly Administration, so I ask @fneumann or @lscharmer for a review.
In the part of the test:
- Please remove all html-tags you introduced in
ilObjTestSettingsGeneralGUI::getSettingsTemplateMessageHTML
and use the corresponding functions from the UI-Framework to generate the message and the link. The rest looks ok from where I stand.
Thanks again and best,
@kergomard
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much @lukas-heinrich !
Could you please fix the tests @lukas-heinrich , then I will merge as we have all thumb-ups we need. This will be ILIAS 8 only and no cherry-picks are needed. |
Just in case you haven't seen it @lukas-heinrich : We now need one more little fix for the copyright ;-). |
Thank you very much @lukas-heinrich ! |
Thanks for the reviews! I hope this PR gets squashed so no one ever sees this commit history again ;) |
Don't worry, it did ;-), ...and thanks again for all the work! |
Thanks for the fix. The problem has been bothering us for a while. The solution seems to make a lot of sense to me and has already worked productively ;) |
Hi everyone,
this PR fixes an issue where the settings tab crashes when trying to access a deleted template.
See: https://mantis.ilias.de/view.php?id=41629
Looking forward to a review.
Best,
@lukas-heinrich