Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2015 at 09:56 UTC
Updated:
6 Feb 2015 at 12:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yched commentedThat looks like the remnants of some past back and forth dance about definition structures.
#2390495: Support marking field storage definitions as required does intend to introduce support for isRequired() on the storage level at some point. But meanwhile, yeah the current situation is weird.
Comment #2
tadityar commentedPostponed until #2407801: Views generic field handler does not work with base fields lands~
Comment #3
tadityar commentedThat one landed.
Comment #4
tadityar commentedComment #5
yched commentedThanks @tadityar.
#2390495: Support marking field storage definitions as required might reevaluate this, but for now let's be consistent - FieldStorage does not carry requiredness.
Comment #6
gábor hojtsyHa, the reason I opened this followup to #2407801: Views generic field handler does not work with base fields was I was expecting this to blow up somewhere, but looks like the only place that used this was there. Cool. Agreed with RTBC.
Comment #7
alexpottThis issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 82fad36 and pushed to 8.0.x. Thanks!