- Issue created by @aman_lnwebworks
- ๐ฎ๐ณIndia aman_lnwebworks
hi @praveenpb
I have created an MR for the resolve above issue please review it once.
Thank you !!
- ๐ฎ๐ณIndia dineshkumarbollu
Hi @aman_lnwebworks
MR!1 creates problem, i am getting error when access the/admin/config/content/gated-entities
, Attaching screenshot. - ๐ฎ๐ณIndia dineshkumarbollu
In Your MR!1 change the line
from
'#default_value' => $config->get('entities')[$type] ?? [],
to'#default_value' => isset($config->get('entities')[$type]) ?$config->get('entities')[$type] : [],
will fix the actual issue.Thanks
- Assigned to nidhi27
- ๐ฎ๐ณIndia nidhi27
nidhi27 โ changed the visibility of the branch 1.x to hidden.
- Issue was unassigned.
- Status changed to Needs review
9 months ago 2:27pm 12 February 2024 - ๐ฎ๐ณIndia nidhi27
I have created the #MR2 to resolve the issue. Now it wont show the warning.
I have made diff MR from the issue branch. Earlier it was from branch 1.x.
- ๐ฎ๐ณIndia praveenpb Bangalore
praveenpb โ changed the visibility of the branch 1.x to active.
- Status changed to Fixed
9 months ago 3:22pm 18 February 2024 - Status changed to Fixed
9 months ago 8:25am 20 February 2024