- Issue created by @Rohit Rana
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 9:28am 27 April 2023 - last update
over 1 year ago Composer error. Unable to continue. - Status changed to Needs work
over 1 year ago 4:36pm 27 April 2023 - 🇵🇭Philippines clarkssquared
Hi Rohit Rana
I applied your patch #2 to Component blocks module against version 1.0.x-dev and confirmed that PHPCS issues relating to ComponentBlock.php were fixed. However, when I ran through PHPCS testing for the entire module there are PHPCS warnings being flagged. Moving this to Needs Work for your opinion and also the maintainers if the remaining PHPCS issues should be addressed.
Please look at the screenshots attached for your reference.
Thank you.
- First commit to issue fork.
- Assigned to shalini_jha
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 5:08pm 29 April 2023 - Status changed to Needs work
over 1 year ago 9:49pm 29 April 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
The issue summary should always describe what the issue is trying to fix and, in the case, of coding standards issues, show which command has been used, which arguments have been used, and which report that command shown.
- Status changed to Needs review
over 1 year ago 7:36am 3 May 2023 - Status changed to Needs work
over 1 year ago 10:36am 3 May 2023 - 🇮🇳India Anmol_Specbee
The patch is not solving all the issues. Adding a screenshot for reference.
- Assigned to akshaydalvi212
- 🇮🇳India akshaydalvi212
I will work on this and will provide new patch file and interdiff file.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 11:46am 3 May 2023 - 🇮🇳India akshaydalvi212
kindly review the new patch file.
interdiff file is also provided. - Status changed to Needs work
over 1 year ago 11:30am 23 May 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
/** - * Implements theme_suggestions_HOOK_alter(). + * Implements hook_theme_suggestions_block_alter(). */ function component_blocks_theme_suggestions_block_alter(&$hooks, &$vars) {
The correct description is Implements hook_theme_suggestions_HOOK_alter(). (See
hook_theme_suggestions_HOOK_alter()
.)- if ($storage = \Drupal::routeMatch()->getParameter('section_storage')) { - // This is layout builder. - return; - }
Why are those lines removed?
- $formatter_configuration = array_intersect_key($configuration, ['type' => TRUE, 'settings' => TRUE]) + ['label' => 'hidden']; + $formatter_configuration = array_intersect_key( + $configuration, + ['type' => TRUE, 'settings' => TRUE]) + ['label' => 'hidden'];
I would leave the code as it is, since code lines are allowed to exceed 80 characters, especially when they are easier to read.
- Status changed to Needs review
over 1 year ago 10:07am 24 May 2023 - 🇮🇳India mrinalini9 New Delhi
Updated patch #12 by addressing #14, please review it.
Thanks!
- last update
over 1 year ago Patch Failed to Apply -
larowlan →
committed 7f57cf79 on 1.x authored by
mrinalini9 →
Issue #3356835 by shalini_jha, akshaydalvi212, mrinalini9, Rohit Rana:...
-
larowlan →
committed 7f57cf79 on 1.x authored by
mrinalini9 →
- Status changed to Fixed
over 1 year ago 7:18am 30 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.