User tests: Successful: Unsuccessful:
Fix naming convention - we look for the viewtype which is Jsonapi :) If tests pass this needs to be rolled out to the rest of the components before it's merged. This will only affect linux systems being case sensitive
Bug introduced as part of #26002
Status | New | ⇒ | Pending |
Nevermind, this looks related to document type and that we apparently consider to be case-insensitive.
Exactly we consider doc type case insensitive with strtolower and ucfirst. It’s not ideal. But it’s helps enforce uniqueness on windows/Linux filesystems anyhow, by having a single way (whether that’s right or wrong)
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-09-23 22:34:49 |
Closed_By | ⇒ | wilsonge |
Why this over proper casing though?