issue #169: Add default settings for cleaner_custom_sql_pre and _post #170
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added default value for settings, resolving the failing unit test in core. Doesn't a empty string cause a problem? No the following line will take care of the empty string: https://github.com/catalyst/moodle-local_datacleaner/blob/MOODLE_311_STABLE/classes/clean.php#L383C18-L383C18
Unit test result of test test_admin_output_new_settings_by_page on Moodle 4.3
Unit test result of testsuites cleaner_backup_testsuite, cleaner_config_testsuite, cleaner_email_testsuite, cleaner_orphaned_sitedata_testsuite, cleaner_replace_urls_testsuite, local_datacleaner_testsuite on Moodle 4.3
Closes #169