Tighten up null attributes in our custom schema
Basics
Logistics
Basics
Logistics
Description
Environment
None
Activity
Show:
Completed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Rod Widdowson
Rod WiddowsonReporter
Rod Widdowson
Rod WiddowsonCreated May 7, 2019 at 2:27 PM
Updated July 24, 2019 at 3:12 PM
Resolved July 22, 2019 at 3:01 PM
Probably best done alongside IDP-1291.
We had a long Slack conversation about the the value ascribed to
attribute
inattribute1="what" attribute="" attribute2="thing"
and
attribute1="what" attribute2="thing"
and
attribute1="what" attribute="%{emptyProperty}" attribute2="thing"
Which was interesting but the bottom line is that we want to avoid the first, prefer the second and want tomake sure that the third works correctly with respect to defaults.