I have an error when trying to save a new name.
The error is related to the $this->logger('file_entity')->info($this->t('File %old renamed to %new'), $log_args); line.
Drupal 11.4.4
Issue fork file_rename-3618035
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
astonvictor commentedComment #4
astonvictor commentedComment #5
astonvictor commentedComment #6
vinodhini.e commentedHi,
Tested on Drupal 11.4.2 and was able to reproduce the issue when saving a renamed file.
Applied MR !8 and retested the file rename functionality. After the change, the file was renamed successfully and saved as expected, with no errors encountered.
+1 RTBC.
Thanks.
Comment #8
cezara commentedMerged in commit caca5503 and available in the latest 1.0.x-dev release.
Thank you, @astonvictor, for the fix and @vinodhini.e for testing and confirming!