- Issue created by @abinshoby
- First commit to issue fork.
- Merge request !7fix the Creation of dynamic property is deprecated → (Open) created by abhishek_virasat
- 🇮🇳India abhishek_virasat
fixed the issue of "Creation of dynamic property $uid is deprecated" , please review the MR.
Thank you - Status changed to Needs review
about 1 year ago 6:15am 10 October 2023 - 🇨🇿Czech Republic Bohus Ulrych Pilsen (Czechia)
Hi
I tested patch #2 and it works.I also tested patch from merge request !7 (https://git.drupalcode.org/project/tac_lite/-/merge_requests/7.patch) and after applying it I'm no longer able to access /user/{user}/tac_lite page - Access denied. Tested as user with Administrator role.
- 🇫🇷France PhilY 🇪🇺🇫🇷 Paris, France
Patch #2 works for using using Drupal 10.2.5
Same issue as in #7 about MR !7 - 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
If the
$user
param is being removed from::buildForm()
, then the check on the next line for$user
will always throwNotFoundHttpException
. - Status changed to RTBC
8 months ago 8:49pm 3 May 2024 - 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
I updated the merge request so that it contains patch #2.