Make changes to an updated override and then click the X next to the file name in the Updated Files tab
File marked as updated and X changed to tick
Orange message saying "No file selected"
I have tried with the check box to the left of the X ticked and without. With the same result.
I logged out and back in again. Same result.
I cleared the cache. Same result.
PHP 8.0.28 on Litespeed server
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Status | New | ⇒ | Confirmed |
Confirmed.
Title |
|
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-16 22:17:49 |
Closed_By | ⇒ | richard67 |
I just tried to test this using the Patch Tester component and got this message:
"There are no files to patch from this pull request. This may mean that the files in the pull request are not present in your installation."
My overrides are in a custom template, not Cassiopeia
EDIT: Sorry - have also put this comment in the PR
@Scrabble96 You can't test the PR with patchtester because it changes javascript sources. To rebuild the javascript it needs a development environment with NPM. Or you use the patch package or custom update URL created by Drone for that PR.
I can confirm that changing the checked status by clicking on the "Checked" icon does not work. I have checked on a clean, current 4.3-dev branch with a new installation.
Maybe there is some relation to PR #39380 ?
For creating changed updated files I have proceeded as described in that PR. The SQL statements I have modified so the extension ID and so on are not hard-coded.
So I have created in the template manager in backend for the Cassiopeia template overrides of the default views of com_content/article and com_newsfeed/newsfeed.
Then I have run the following SQL statements to create the two changed overrides, replacing the
#__
by my actual table prefix:After that, I went to the Home Dashboard in backend so the Overrides Check were run.
Then I had 2 changed override files.
Selecting one or both files and changing the "checked" status with the action from the "... Check Overrides" dropdown action menu worked fine.
But toggling the status of one file by clicking the "Checked" icon did not work, even if the tooltip of that icon says it should work. I got the "No file selected" error message every time I clicked the icon.