Skip to content
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

Draft
wants to merge 14 commits into
base: develop
Choose a base branch
from
Draft

Klms wipe #119

wants to merge 14 commits into from

Conversation

Ovascos
Copy link
Contributor

@Ovascos Ovascos commented Feb 21, 2024

No description provided.

@Ovascos Ovascos self-assigned this Feb 21, 2024
@Ovascos Ovascos requested a review from firegore February 21, 2024 07:58
});

$(document).ready(() => {
let wipeAdmin = new WipeAdmin(document.querySelector("form"));
Copy link
Contributor Author

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);
}
}
Copy link
Contributor Author

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>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<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>

@Ovascos Ovascos marked this pull request as draft February 28, 2024 03:18
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.

2 participants