Skip to content

Commit

Permalink
Final adjustments to repair handling for invalid args
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Sep 25, 2023
1 parent 86bb830 commit 91449d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
22 changes: 14 additions & 8 deletions src/Pods/Tools/Repair.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/admin/settings-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<li><?php esc_html_e( 'All orphaned Fields that belong to a Group that no longer exists will be auto-assigned to the first available Group', 'pods' ); ?></li>
<li><?php esc_html_e( 'All orphaned Fields that do not belong to a Group will be auto-assigned to the first available Group', 'pods' ); ?></li>
<li><?php esc_html_e( 'All Fields that have an invalid Field type set will be changed to Plain Text', 'pods' ); ?></li>
<li><?php esc_html_e( 'All Fields that have invalid arguments set will have those arguments removed (conditional logic saved with serialized data and other arguments not intended for the DB used by early Pods 2.x releases)', 'pods' ); ?></li>
</ul>

<?php
Expand Down

0 comments on commit 91449d6

Please sign in to comment.