Identified the issue when field_machine_name was the 0th column of header row:
field_machine_name,path_alias,title,description
jasonmce β created an issue.
This is handled in the 10.x.x branch
https://git.drupalcode.org/project/ruhi/-/blob/10.x.x/ruhi.info.yml?ref_...
```
name: Ruhi
type: theme
base theme: thex
description: 'Ruhi is a multi-purpose Drupal 8, 9, 10 theme by Drupar.com'
package: Drupar
# version: 10.2.1
core_version_requirement: ^8 || ^9 || ^10
...
```
Please confirm and close the issue, or provide more detail on why this change applies to this branch.
jasonmce β created an issue.
I had to make a patch for my own needs, figured I'd share...
This change fixed the problem for me.
#17 Fixed the issue I was having. No regression issues found in small positive manual test.