- Issue created by @himanshu_jhaloya
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 1:56pm 10 April 2023 - Status changed to RTBC
over 1 year ago 2:24pm 10 April 2023 - 🇮🇳India saket-001
Applied patch successfully all PHPCS error got fixed sharing the SS.
- Status changed to Needs work
over 1 year ago 1:25am 12 April 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
+/** + * @file + * For DataTable theming. + */
The description for that file can be better than that.
* @see template_preprocess_table() */ -function template_preprocess_datatable(&$variables) { +function template_preprocess_datatable(array &$variables) {
Drupal core does not type-hint that parameter, not even in Drupal 10.
- Status changed to Needs review
over 1 year ago 12:00pm 12 April 2023 - Status changed to Needs work
over 1 year ago 7:09pm 16 April 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
See my previous comment. None of the points raised there have been fixed.
- First commit to issue fork.
- Status changed to Needs review
over 1 year ago 8:28am 18 April 2023 - 🇮🇳India Mahima_Mathur23
@sakthi_dev, Still do not see the second change suggested by @apaderno in the MR.
- 🇮🇳India sakthi_dev
@mahima_mathur23 attached the screenshot. I removed the typehint array from the preprocess function.
- 🇫🇷France Chris64 France
A patch to solve all these for 2.x-dev version. To apply after other more important patches.
- 🇫🇷France Chris64 France
Some thing is wrong. An other version. Always after some other patches.
- Status changed to Needs work
about 1 year ago 8:27pm 10 November 2023 - 🇩🇪Germany Anybody Porta Westfalica
@Chris64 please prepare the fixes as MR for easier review and merging.
But perhaps you should wait until the other issues are solved, or it will be lots of rerolls / rebases.
- 🇫🇷France Chris64 France
OK @Anybody, needed to clean up the code but as the last.
- 🇩🇪Germany Anybody Porta Westfalica
@Chris64: Just one last point, then this is ready for RTBC.
Anyway I'd suggest to merge this last for the maintainer and it will need a rebase then.
- 🇫🇷France Chris64 France
@Anybody, have you see this: the MR is from #8 📌 Fix the issues reported by phpcs Needs work from @sakthi_dev and does not correspond to the patch #13 📌 Fix the issues reported by phpcs Needs work . Would you like a MR from #13? To see.
- '#default_value' => isset($this->options['hidden_columns'][$name]) ? $this->options['hidden_columns'][$name] : 0, + '#default_value' => $this->options['hidden_columns'][$name] ?? 0,
should be in one of the patches I believe.
- 🇩🇪Germany Anybody Porta Westfalica
@Chris64 please change the MR accordingly. Comparing patches is a pain ;)
The change in #17 is fine. - Status changed to Needs review
12 months ago 12:22pm 22 November 2023 - 🇫🇷France Chris64 France
@Anybody, what do you think about this plan?
- try to have all the issues listed to RTBC: still this one and two others.
- then let @diqidoq act. - Status changed to RTBC
10 months ago 5:06pm 17 January 2024 - 🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin
then let @diqidoq act.
... and that is what he will do :) ...
- Status changed to Needs work
10 months ago 5:13pm 17 January 2024 - 🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin
Merge request can not be merged. Merging failed.
We possible need a reroll ofter the merges I did today, @CHris64. After you have had made the last patch/merge I think you are the best to ask for. :-)
Again, thanks for all the great work done here and in other issues. Will add a paragraph to the project page regarding the massive contrib made here and in other issues in the last 1,2 years.
- 🇫🇷France Chris64 France
@diqidoq, agree to work on it. Maybe as the last of the series of issues. Either from a corresponding release, to get a cleaned version, either from the last branch.
- Status changed to Fixed
10 months ago 1:31am 18 January 2024 - 🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin
You are certified to rock @Chris64! :-) Merged and queued for upcoming 2.0.1 release!
Automatically closed - issue fixed for 2 weeks with no activity.