-
Notifications
You must be signed in to change notification settings - Fork 3
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
Klms wipe #119
base: develop
Are you sure you want to change the base?
Conversation
}); | ||
|
||
$(document).ready(() => { | ||
let wipeAdmin = new WipeAdmin(document.querySelector("form")); |
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.
I should change this to use an ID instead of form.
$result = $wipeService->wipe($wipe); | ||
$this->assertFalse($result); | ||
} | ||
} |
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.
Add test that wipes every service (and its dependencies) individually to ensure that the dependencies are set correctly.
{% block siteheading %}<i class="far fa-solid fa-trash"></i> Wipe{% endblock %} | ||
{% block main %} | ||
<div class="clearfix mb-4"> | ||
<p>Welche Bereiche sollen zurückgesetzt werden?<br><small class="text-muted">(Abhänigkeiten werden ebenfalls zurückgesetzt.)</small> |
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.
<p>Welche Bereiche sollen zurückgesetzt werden?<br><small class="text-muted">(Abhänigkeiten werden ebenfalls zurückgesetzt.)</small> | |
<p>Welche Bereiche sollen zurückgesetzt werden?<br><small class="text-muted">(Abhängigkeiten werden ebenfalls zurückgesetzt.)</small> |
No description provided.