- Issue created by @JBHUTT09
- 🇮🇳India sidharth_soman Bangalore
According to the code, the social network element's visibility depends on any of these three being true.
1) The plugin settings, 2) Whether the cardinality is unlimited, and 3) Whether the route of the form is an admin route.
I'm not able to grok through it and understand why none of these evaluate to true. The 3rd should be true as far as I can tell.
I've implemented a pretty hacky patch to get rid of the problem, but it definitely isn't the correct way to do this. I'll wait for other people's inputs.
- Status changed to Needs review
11 months ago 9:55am 27 December 2023 - Status changed to RTBC
10 months ago 8:46pm 24 January 2024 - Status changed to Needs work
10 months ago 10:11pm 31 January 2024 - 🇨🇦Canada adriancid Montreal, Canada
Change to Needs work as it seems something changed in Drupal 10 or Drupal 10.2
- Status changed to Needs review
9 months ago 5:53am 15 February 2024 - 🇩🇪Germany szeidler Berlin
In Drupal 10.2 we have a new route for the new modern Field UI. That one is defined with
field_ui.field_add_$ENTITY_TYPE_ID
Here's a patch that adds the new route to the
$adminRoute
check in the social_media_link module. I have checked with the Drupal 10.0.0 version it was not having the set default value check box but working fine.
Then checked with the Drupal 10.2.2Before
-
adriancid →
committed 567e5bbf on 2.x authored by
szeidler →
Issue #3410562 by szeidler, sidharth_soman, JBHUTT09, vijayavelr,...
-
adriancid →
committed 567e5bbf on 2.x authored by
szeidler →
- Status changed to Fixed
9 months ago 3:14pm 15 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.