More information at this link https://git.drupalcode.org/issue/site_settings-3398115/-/jobs/256577
Issue fork site_settings-3398369
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 #3
bobi-mel commentedI fixed PHPCS
Comment #4
bobi-mel commentedComment #5
clarkssquared commentedHi bobi,
I applied your MR !14 and there are still many PHPCS issues being flagged, hence moving this to needs work
Comment #6
bobi-mel commentedComment #7
bobi-mel commentedHi Clarkssquared!
I fixed the errors detected by the PHPCS job indicated in the link. Also @scott_euser preparing a major update for the module and most of these issues will be fixed or obsolete. Summarizing the above, I believe that there is no point in fixing something additionally, as this will lead to complications when merging branches.
Comment #10
scott_euser commentedThanks! Like bobi-mel said, we are mostly moved on to the 2.x branch, but does not hurt to merge this into 8.x-1.x of course!
Comment #12
ekes commentedI think that last patch got a bit over enthusiastic https://git.drupalcode.org/project/site_settings/-/commit/1bf2cdc17efe24... is still in use, but removed.
I'll add it to the (already merged) branch, and it could be merged again.
Comment #13
ekes commentedMeh. I can't reopen the issue, but it doesn't seem worth creating a new one for https://git.drupalcode.org/issue/site_settings-3398369/-/commit/696253fc... this. Hopefully you'll notice :)
Comment #15
scott_euser commentedThanks @ekes! I re-opened it here, but I think its quite a bit behind (or is the intention to keep this targeting 8x-1x rather than 2x branch?)
https://git.drupalcode.org/project/site_settings/-/merge_requests/20
Comment #16
ekes commentedI stumbled on the fatal error when bumping 8.x-1.x up to HEAD (actually to get the fix for #3410320: Routing error with Drupal 10.2 (Route "entity.site_setting_entity_type.canonical" does not exist) / #3357022: Support "Clone" functionality). So yes I was fixing 8.x-1.x . l hadn't checked 2.x sorry.
Comment #17
nagy.balint commentedYes currently 1.x is broken due to the commit here since "use Drupal\Core\Session\AccountInterface;" was removed.
This caused admin/content/site-settings to throw a TypeError
It might be easier to just open a new issue, and push this 1 line commit, unless the 1.x branch is discontinued soon.
Comment #18
nagy.balint commentedI created #3420953: TypeError in admin/content/site-settings for that purpose.
Comment #19
scott_euser commentedThanks! Merged #3420953: TypeError in admin/content/site-settings to sort the issue, much appreciated @nagy.balint