Problem/Motivation
With the option enabled (as by default), adding a default value with bulk update to the default Article's Tag field (which previously had values - on Drupal 10.3.6 with standard install profile), will update the articles' updated time.
Issue fork field_defaults-3485591
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
kopeboyComment #4
b_sharpe commentedIt appears the API here has changed in core. Also as of drupal 11, we can use #2329253.
Comment #5
b_sharpe commentedComment #7
b_sharpe commentedMR for review, adding a todo for D11 change. Also added #3485957: Fix Tests, Add Preserve Changed Test to test this in the future
Comment #9
b_sharpe commentedMerging to move forward the broken tests.