Skip to content

Issue #27: Remove config not being used. #28

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

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion conditional_fields.install
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ function conditional_fields_update_last_removed() {
* Adjust schema and data for new field instance identifier format.
*/
function conditional_fields_update_1000() {
$config = config('conditional_fields.settings');
if (db_table_exists('conditional_fields')) {
db_change_field('conditional_fields', 'dependee', 'dependee', array(
'description' => 'The id of the dependee field instance.',
Expand Down
3 changes: 0 additions & 3 deletions config/conditional_fields.settings.json

This file was deleted.

28 changes: 0 additions & 28 deletions tests/.install

This file was deleted.

3 changes: 0 additions & 3 deletions tests/config/conditional_fields_test.settings.json

This file was deleted.