Move the deleted file "/administrator/components/com_fields/tmpl/field/modal.php" from section "// 4.0 from Beta 7 to Beta 8" to section "// 4.0 from RC 1 to RC 2".
Add the compiled and minified and gzipped js of which the source has been removed with PR #33864 to the same section "// 4.0 from RC 1 to RC 2".
Testing Instructions
Code review.
Actual result BEFORE applying this Pull Request
Deleted file "/administrator/components/com_fields/tmpl/field/modal.php" is in section "// 4.0 from Beta 7 to Beta 8" of the removed files in "script.php".
Files "/media/com_fields/js/admin-field-edit-modal*" will not be deleted when updating to current 4.0-dev.
Expected result AFTER applying this Pull Request
Deleted file "/administrator/components/com_fields/tmpl/field/modal.php" is in section "// 4.0 from RC 1 to RC 2" of the removed files in "script.php".
Files "/media/com_fields/js/admin-field-edit-modal*" will be deleted when updating to a 4.0 version which includes this PR.
Thanks!