Closed (outdated)
Project:
Entity Reference Display
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2022 at 09:43 UTC
Updated:
3 May 2024 at 08:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
anybodyComment #3
vighneshh commentedwill work on it
Comment #5
vighneshh commentedFew keypoints:
1. Make sure your cache are cleared when you run config_inspector
2. Adding a screenshot of config inspector results.
Comment #6
naveenvalechaThanks!
Comment #7
anybodyPlease STOP wasting your and everyone else's time by not fixing the root cause, but creating dirty workarounds.
"Negate" is a BOOLEAN, not an integer. If an integer is wrongly stored in there, take the time to find out why that happens instead of changing the schema to integer! Think first, act second.
See
https://git.drupalcode.org/project/entity_reference_display/-/blob/8.x-1...
And please don't set issues RTBC which are not solved cleanly, you're just opening the next issue circle...
Comment #8
anybodyComment #9
volkswagenchickThis discussion appears to discourage contribution from some participants by assuming a level of education or exposure to information. This can discourage folks that are new to a conversation from asking for help or getting involved. Consider providing the new contributor with links to help them learn the topic or concept.
For more information, please refer to Drupal’s Values and Principles #3 of fostering a learning environment: long-term contributors should be role models by admitting their own shortcomings and mistakes, being vulnerable, and by giving others the same respect that was once given to them. To keep learning read this article about not feigning surprise.
Principle #9 can also be useful here: be constructively honest, and relentlessly optimistic. You can be optimistic and supportive by giving suggestions for how to improve their contributions. By being helpful, you encourage people to accept feedback and act on it.
This comment is provided as a service (currently being tested) of the Drupal Community Health Team as part of a project to encourage all participants to engage in positive discourse. For more information, please visit https://www.drupal.org/project/drupal_cwg/issues/3129687
Comment #10
anybodyThanks @volkswagenchick and sorry if my wording was too hard. Seems I was frustrated by the many times I saw patches and RTBC's like this in the last weeks. Of course, I'm happy about any helpful work in the Drupal project.
If this hadn't been RTBC'd I would have been okay with the wrong patch which is at least trying to fix this.
Comment #11
volkswagenchickHere is a link to Issue Queue Etiquette that may be helpful when informing people about moving issue queue status
Comment #12
grevil commentedMost of these schema definitions are already implemented in the current 2.0.x.
The "default_value" schema definition is implemented through #3432401: Add missing "default_value" schema definition for the "value" property. This issue can be closed.